Skip to content

Commit 54dc147

Browse files
committed
add release script
1 parent 71aa7ba commit 54dc147

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

create_release.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)