Skip to content

Releases: brainelectronics/snippets2changelog

1.6.0

17 Nov 19:11
6e3c78b
Compare
Choose a tag to compare

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

12 Oct 14:51
1d39e73
Compare
Choose a tag to compare

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

12 Oct 14:49
6ea9954
Compare
Choose a tag to compare
1.5.1-rc56.dev30 Pre-release
Pre-release

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

12 Oct 11:41
aadd873
Compare
Choose a tag to compare

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

12 Oct 11:40
21ff292
Compare
Choose a tag to compare
1.5.0-rc45.dev28 Pre-release
Pre-release

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

12 Oct 10:47
6c64e25
Compare
Choose a tag to compare
1.5.0-rc41.dev24 Pre-release
Pre-release
  • Document --no-internal option in README
  • Use jq instead of complex Python based changelog.json parsing in release and test-release workflows

1.4.1

12 Oct 11:16
e56b641
Compare
Choose a tag to compare

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

12 Oct 11:15
1e07a2c
Compare
Choose a tag to compare
1.4.1-rc44.dev26 Pre-release
Pre-release

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

12 Oct 10:20
3a6e13d
Compare
Choose a tag to compare

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

12 Oct 10:54
28f5645
Compare
Choose a tag to compare
1.4.0-rc43.dev24 Pre-release
Pre-release

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.