From eb82212c7f95720f2e09fb6f1a402fa123948f50 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Thu, 22 Oct 2020 19:13:04 +0200 Subject: [PATCH] changes.sh: track changes on 2.1-stable branch. --- changes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.sh b/changes.sh index 339934b..df07666 100755 --- a/changes.sh +++ b/changes.sh @@ -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}"