You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve the release-it commit template to include a newline between each commit and add any commit references to the end. ([1603d0b](https://github.com/patternslib/dev/commit/1603d0b1a08aab290f021b20562c92dab45f75c1))
12
+
13
+
14
+
* Improve the release-it commit template to include a newline between header and body text. ([14ace2b](https://github.com/patternslib/dev/commit/14ace2b2c2c2dd2bc77c4cd0cf9b47744d5ca1c1))
15
+
16
+
17
+
* Include all changes since last regular release only in GitHub releases. ([ec86755](https://github.com/patternslib/dev/commit/ec8675589217f5c66ffcfab273942c11b845a79c))
18
+
19
+
When doing regular releases include all the changes since the last
20
+
regular release - including changes from pre-releases in the release
21
+
notes on GitHub, but not in the CHANGES.md file. In the CHANGES.md file
22
+
every change can be seen at once. Including all the changes since the
23
+
previous regular release is useful for the GitHub release page only.
0 commit comments