fix: release notes script further tested and fixed

This commit is contained in:
Jan 2024-05-12 13:46:11 +02:00
parent 783bfb47dc
commit d888b88e1a
2 changed files with 29 additions and 11 deletions

View file

@ -12,6 +12,7 @@ The idea is to get rather automated release notes. To have this as easy as possi
- `nonotes:` - for git commits we don't want to see in the release notes
- tags for each version, we will output only the change log from the last and second last tag
- you can add tags with `git tag -a <tag> -m "<message>"`
[resources/scripts/release-notes.bash](resources/scripts/release-notes.bash) is an example bash script to generate the release notes. You can run it with the following command: