Skip to content

Commit

Permalink
release script
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhminhtriet committed Nov 5, 2024
1 parent 730e457 commit 5ad3c18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ git commit -am "v$new_version"
git tag v$new_version

echo ">>> Publish"
cargo publish
git push
git push origin v$new_version

0 comments on commit 5ad3c18

Please sign in to comment.