We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71aa7ba commit 54dc147Copy full SHA for 54dc147
create_release.sh
@@ -0,0 +1,7 @@
1
+cargo install cargo-bump
2
+cargo bump patch --git-tag
3
+#VERSION=`cargo pkgid | cut -d# -f2 | cut -d: -f2`
4
+#echo $VERSION
5
+git add Cargo.toml
6
+git push --tags
7
+git push
0 commit comments