Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
nea89o committed Aug 8, 2024
1 parent 258faff commit 7e1dbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ fi

git fetch --tags "$REMOTE"

git tag --list --sort=taggerdate
git tag --list --sort=v:refname

oldversion="$(git tag --list --sort=taggerdate | tail -n1)"
oldversion="$(git describe --tags --abbrev=0|tr -d '\n')"

echo "Choosing old version as $oldversion"

Expand Down

0 comments on commit 7e1dbb3

Please sign in to comment.