Releases: Patternslib/dev
Release 3.2.0
3.2.0 (2023-04-17)
Features
-
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.
Maintenance
- Upgrade dependencies. (68f4ca8)
Release 3.1.13
3.1.13 (2023-04-17)
Bug Fixes
-
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.
Maintenance
- Update dependencies. (b02c37b)
Release 3.1.12
Release 3.1.11
Release 3.1.10
Release 3.1.9
Release 3.1.8
Release 3.1.7
3.1.7 (2022-12-11)
Maintenance
-
Include changelog from pre-releases in final. (b053a10)When doing a final release after a series of pre-releases, include all
the pre-releases changelog items in the final release.
See: https://github.com/release-it/release-it/blob/master/docs/pre-releases.md -
Upgrade dependencies. (98d81a3)