Releases: brainelectronics/snippets2changelog
1.6.0
Introduce --version-reference
to make the URL to the tags in the rendered changelog configurable
[1.6.0]: https://github.com/brainelectronics/snippets2changelog/tree//1.6.0
1.5.1
Using the branch
property of HistoryWalker
in collector.py
would print HEAD is detached: ...
in case the HEAD is detached during a pull request build. This could lead to errors while creating a changelog with --dry-run
and passing the output to a supposed JSON file, being finally unable to parse it as with that detached HEAD output it's not a JSON anymore.
1.5.1-rc56.dev30
Using the branch
property of HistoryWalker
in collector.py
would print HEAD is detached: ...
in case the HEAD is detached during a pull request build. This could lead to errors while creating a changelog with --dry-run
and passing the output to a supposed JSON file, being finally unable to parse it as with that detached HEAD output it's not a JSON anymore.
1.5.0
Use --dry-run
with the changelog
subparser to print the latest changelog entry as JSON instead of updating the changelog file.
1.5.0-rc45.dev28
Use --dry-run
with the changelog
subparser to print the latest changelog entry as JSON instead of updating the changelog file.
1.5.0-rc41.dev24
- Document
--no-internal
option inREADME
- Use
jq
instead of complex Python basedchangelog.json
parsing inrelease
andtest-release
workflows
1.4.1
A snippet is now only added once to the changelog, even if it has been touched or modified again at a later point in the commit history timeline.
1.4.1-rc44.dev26
A snippet is now only added once to the changelog, even if it has been touched or modified again at a later point in the commit history timeline.
1.4.0
This adds the option --no-internal
to skip snippets with scope internal
during the changelog generation. This change explicitly does not add a
documentation to the README
file to show and test this behaviour in a second
pull request.
1.4.0-rc43.dev24
This adds the option --no-internal
to skip snippets with scope internal
during the changelog generation. This change explicitly does not add a
documentation to the README
file to show and test this behaviour in a second
pull request.