We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb54f41 commit fee7f84Copy full SHA for fee7f84
1 file changed
scripts/newReleaseNotes.sh
@@ -24,6 +24,7 @@ if [[ -r $template ]]
24
then
25
echo "#!/bin/bash" > $tmpfile
26
echo "source vars.${newVers}" >> $tmpfile
27
+ echo "set -o allexport" >> $tmpfile
28
echo "cat >esapi4java-core-${VERSION}-release-notes.txt <<${hereDocBanner}" >> $tmpfile
29
cat $template >> $tmpfile
30
echo "${hereDocBanner}" >> $tmpfile
0 commit comments