We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba52d2 commit afed25fCopy full SHA for afed25f
gitb.sh
@@ -1,3 +1,5 @@
1
git add .
2
git commit -m "test"
3
-git push origin master
+git push origin master
4
+git tag -a v0.1.10 -m "First release"
5
+goreleaser release --rm-dist
0 commit comments