fix: release notes script further tested and fixed
This commit is contained in:
parent
783bfb47dc
commit
d888b88e1a
2 changed files with 29 additions and 11 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue