Skip to content

Commit

Permalink
helper script for upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 12, 2024
1 parent f09044d commit 03edef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare_release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
set -euo pipefail

if [ ! -f VERSION ]; then
echo "VERSION file does not exist"
Expand Down Expand Up @@ -29,3 +29,4 @@ echo $1 > VERSION
git commit -am "Prepare v$1"
git tag -a "v$1" -m "Version $1"

echo "Done, don't forget to push!"

0 comments on commit 03edef3

Please sign in to comment.