remove autoversion (#269)

* revert autoversion

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add changelog entry

* remove autoversion

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/270/head
Sagar Paul 2023-05-16 15:11:24 +05:30 committed by GitHub
parent c6ebb51cc0
commit a9610b7142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -3,7 +3,7 @@ repos:
- repo: https://github.com/ansible-network/collection_prep
rev: 1.1.1
hooks:
# - id: autoversion
# - id: autoversion # removed as being handled by GHA push and release drafter
- id: update-docs
- repo: https://github.com/pre-commit/pre-commit-hooks

View File

@ -322,3 +322,15 @@ releases:
- fix_ansible_lint.yaml
- to_xml_disable_xml_declaration.yaml
release_date: "2023-01-30"
2.10.2:
changes:
minor_changes:
- validate - Add option `check_format` for the jsonschema engine to disable
JSON Schema format checking.
- validate - Add support for JSON Schema draft 2019-09 and 2020-12 as well as
automatically choosing the draft from the `$schema` field of the criteria.
fragments:
- netaddr_error.yml
- pre-commit.yaml
- validate_jsonschema_update.yaml
release_date: "2023-05-13"