Skip to content

Commit

Permalink
Improving publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jan 24, 2025
1 parent 5a6209b commit 67b598d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# TODO: cargo publish, then push tag
#!/bin/bash
set -uoe pipefail

git tag "$1"
git push --tags origin master

# TODO: cargo publish

0 comments on commit 67b598d

Please sign in to comment.