Skip to content

Commit 7a88285

Browse files
echo
1 parent 3138ffc commit 7a88285

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/tag.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
next_version=v0.0."$(git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}')"
3-
git tag $next_version
4-
gh release create $next_version
5-
go list -m github.com/RassulYunussov/ehttpclient@$next_version
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}')
4+
#echo $next_version
5+
#git tag $next_version
6+
#gh release create $next_version
7+
#go list -m github.com/RassulYunussov/ehttpclient@$next_version

0 commit comments

Comments
 (0)