Skip to content

Commit 07fc6ae

Browse files
git tag
1 parent 0323416 commit 07fc6ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/tag.sh

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

0 commit comments

Comments
 (0)