Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Oct 7, 2023
1 parent 6dab470 commit 6197c2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions script/release
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -euo pipefail

version="$1"

git tag "v${version}"
git push origin HEAD "v${version}"

0 comments on commit 6197c2c

Please sign in to comment.