Skip to content

Commit

Permalink
release_num.sh- mantle doesn't need to be +1'd
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Apr 17, 2022
1 parent 9b1a621 commit f196178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release_num.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
set -e

tagcount=$(git tag | wc -l)
tagcount=$((tagcount+1))

echo $tagcount

0 comments on commit f196178

Please sign in to comment.