Preparing release

This commit is contained in:
Mike Farah 2022-11-15 10:05:08 +11:00
parent 9edff1f22c
commit ee226b47fc
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,4 @@
- update release notes
- increment version in snapcraft.yaml
- make sure local build passes
- run ./scripts/copy-docs.sh (and commit the changed in the yq-book branch)
- commit version update changes

View File

@ -1,3 +1,9 @@
4.30.3:
- Updated release process (automated versioning)
- Fixed handling of yaml directives (#1424)
- Fixed parsing of newline character in string expression #1430
- Fixed length compares to null instead of 0 issue #1427
4.30.2:
- Actually updated the default xml prefix :facepalm: