We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1d766 commit eb82212Copy full SHA for eb82212
changes.sh
@@ -6,10 +6,10 @@
6
# You'll probably want to edit manually the result of executing the script.
7
#
8
if [[ $# -eq 0 ]] ; then
9
- echo "No version supplied (e.g. '0.40')"
+ echo "No version supplied (e.g. '2.2.1')"
10
exit 1
11
fi
12
-OLDTAG=`git tag -l --sort=-taggerdate|head -1`
+OLDTAG=`git tag -l --merged 2.1-stable --sort=-taggerdate|head -1`
13
echo "Writing changes from tag $OLDTAG"
14
TITLE="CSS4J CHANGES"
15
VERHDR="Version ${1}"
0 commit comments