Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kajogo777 committed Jan 4, 2025
1 parent 0c81f96 commit 231527a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
git tag v$(grep '^version = ' Cargo.toml | sed -E 's/version = "([^"]+)"/\1/') && git push --tags

0 comments on commit 231527a

Please sign in to comment.