We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0323416 commit 07fc6aeCopy full SHA for 07fc6ae
.github/tag.sh
@@ -1,7 +1,5 @@
1
#!/bin/bash
2
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
+git tag $next_version
6
#gh release create $next_version
7
#go list -m github.com/RassulYunussov/ehttpclient@$next_version
0 commit comments