Skip to content

Commit 0323416

Browse files
echo
1 parent 7a88285 commit 0323416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/tag.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}'
3-
#next_version=v0.0.$(git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}')
2+
next_version=v0.0.$(git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}')
3+
echo $next_version
44
#echo $next_version
55
#git tag $next_version
66
#gh release create $next_version

0 commit comments

Comments
 (0)