Skip to content

Commit eb82212

Browse files
committed
changes.sh: track changes on 2.1-stable branch.
1 parent 1e1d766 commit eb82212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# You'll probably want to edit manually the result of executing the script.
77
#
88
if [[ $# -eq 0 ]] ; then
9-
echo "No version supplied (e.g. '0.40')"
9+
echo "No version supplied (e.g. '2.2.1')"
1010
exit 1
1111
fi
12-
OLDTAG=`git tag -l --sort=-taggerdate|head -1`
12+
OLDTAG=`git tag -l --merged 2.1-stable --sort=-taggerdate|head -1`
1313
echo "Writing changes from tag $OLDTAG"
1414
TITLE="CSS4J CHANGES"
1515
VERHDR="Version ${1}"

0 commit comments

Comments
 (0)