@patternslib/dev
Advanced tools
Changelog
3.3.0 (2023-04-17)
Simplify release make commands. (49077d2)
Change the prerelease commands back to pre-3.2.0 names. This was necessary because the previous change did create for each command a new increment, which was not what we wanted. Instead the Makefile is now restructured:
Changelog
3.2.0 (2023-04-17)
Change prerelease commands to prerelease-INCREMENT-PREID (6b488e1)
Change the prerelease commands to define the increment level. Instead of "prerelease-alpha" there are now "prerelease-major-alpha", "prerelease-minor-alpha" and "prerelease-patch-alpha". Instead of "prerelease-beta" there are now "prerelease-major-beta", "prerelease-minor-beta" and "prerelease-patch-beta". This fixes a problem where the first prerelease for major or minor increments got only a patch-level increment.
Changelog
3.1.13 (2023-04-17)
Improve the release-it commit template to include a newline between each commit and add any commit references to the end. (1603d0b)
Improve the release-it commit template to include a newline between header and body text. (14ace2b)
Include all changes since last regular release only in GitHub releases. (ec86755)
When doing regular releases include all the changes since the last regular release - including changes from pre-releases in the release notes on GitHub, but not in the CHANGES.md file. In the CHANGES.md file every change can be seen at once. Including all the changes since the previous regular release is useful for the GitHub release page only.