6 Commits

Author SHA1 Message Date
Alexander Kuzmenkov
e458ff48c0
Move the changelog templates out of .unreleased (#7427)
This way it's easier to delete the entire .unreleased folder after the
changelog is generated, instead of enumerating every single changelog
file but skipping the templates.
2024-11-07 14:47:28 +00:00
Fabrízio de Royes Mello
bc644f7965 Release notes header 2.15.0 2024-05-03 09:47:24 -03:00
Fabrízio de Royes Mello
fc46eabf99 Introduce release notes header template
This PR introduce the release notes header template using Jinja [1].
Also improved the script to merge changelogs to include the upcoming
.unreleased/RELEASE_NOTES_HEADER.md.j2 where we'll actually write the
release notes header for the next release.
2024-04-30 09:44:32 -03:00
Jan Nidzwetzki
9fd6d8b817 Add missing new lines to changelog script
Our changelog contains empty lines between the version sections. These
empty lines were missing in the script output so far.
2023-11-28 21:02:03 +01:00
Jan Nidzwetzki
a7be1cc06a Fixed the ordering of merge_changelogs.sh script
The CHANGELOG.MD file contains the sections features, bugfixes, and
thanks. This patch adjusts the script merge_changelogs.sh to produce
the sections in the same order.
2023-06-30 11:33:57 +02:00
Maheedhar PV
38ee7f49b0 Every PR to have its own changelog
The changes in this commit
1. workflow action to check if the PR has its own changelog file in
".unreleased/" folder.
2. script to merge the individual changelog entries that can be copied
into the CHANGELOG.md file.
3. script to check the format of the lines in the change log file.
4. script to delete the individual changelogs, post release.
2023-05-19 13:51:37 +05:30