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 3138ffc commit 7a88285Copy full SHA for 7a88285
.github/tag.sh
@@ -1,5 +1,7 @@
1
#!/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
+git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}'
+#next_version=v0.0.$(git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}')
+#echo $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