Skip to content

Commit

Permalink
changes.sh: track changes on 2.1-stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 22, 2020
1 parent 1e1d766 commit eb82212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# You'll probably want to edit manually the result of executing the script.
#
if [[ $# -eq 0 ]] ; then
echo "No version supplied (e.g. '0.40')"
echo "No version supplied (e.g. '2.2.1')"
exit 1
fi
OLDTAG=`git tag -l --sort=-taggerdate|head -1`
OLDTAG=`git tag -l --merged 2.1-stable --sort=-taggerdate|head -1`
echo "Writing changes from tag $OLDTAG"
TITLE="CSS4J CHANGES"
VERHDR="Version ${1}"
Expand Down

0 comments on commit eb82212

Please sign in to comment.