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
parent
c6ebb51cc0
commit
a9610b7142
|
@ -3,7 +3,7 @@ repos:
|
||||||
- repo: https://github.com/ansible-network/collection_prep
|
- repo: https://github.com/ansible-network/collection_prep
|
||||||
rev: 1.1.1
|
rev: 1.1.1
|
||||||
hooks:
|
hooks:
|
||||||
# - id: autoversion
|
# - id: autoversion # removed as being handled by GHA push and release drafter
|
||||||
- id: update-docs
|
- id: update-docs
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|
|
@ -322,3 +322,15 @@ releases:
|
||||||
- fix_ansible_lint.yaml
|
- fix_ansible_lint.yaml
|
||||||
- to_xml_disable_xml_declaration.yaml
|
- to_xml_disable_xml_declaration.yaml
|
||||||
release_date: "2023-01-30"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue