Skip to content

Commit

Permalink
Use 1-stable branch in changes.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 27, 2024
1 parent e77761e commit f099266
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 @@ -5,10 +5,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.1.2')"
echo "No version supplied (e.g. '1.2.4')"
exit 1
fi
OLDTAG=`git tag -l --merged master --sort=-taggerdate|head -1`
OLDTAG=`git tag -l --merged 1-stable --sort=-taggerdate|head -1`
echo "Writing changes from tag $OLDTAG"
TITLE="EchoSVG CHANGES"
VERHDR="Version ${1}"
Expand Down

0 comments on commit f099266

Please sign in to comment.