Keep each release note in a single file

To avoid annoying merge conflicts.

Perl script is provided for convenience and simple format checking in
PRs.
This commit is contained in:
Orestis Floros
2021-10-19 22:13:26 +02:00
parent 3e0fc25b6b
commit c083e023b6
6 changed files with 103 additions and 6 deletions

View File

@@ -22,7 +22,8 @@ fi
if [ ! -e "RELEASE-NOTES-${RELEASE_VERSION}" ]
then
echo "RELEASE-NOTES-${RELEASE_VERSION} not found."
echo "RELEASE-NOTES-${RELEASE_VERSION} not found. Here is the output from the generator:"
./release-notes/generator.pl --print-urls
exit 1
fi