Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ernesto27 committed Feb 10, 2024
1 parent 86a63fb commit 94c1c94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

echo "Creating tag and push: $1"

git tag -a $1 -m "new release"
git push origin $1

echo "Create and upload release"
goreleaser --clean

0 comments on commit 94c1c94

Please sign in to comment.