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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user