Skip to content

Commit

Permalink
fix: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hdykokd committed Nov 3, 2023
1 parent 97ee063 commit 9ba1322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ fi
pnpm run version
git add .
git commit -m "chore: release $version"
git tag -a $version -m "$version"
git tag -a "$version" -m "$version"
git push origin "$version"
git push

0 comments on commit 9ba1322

Please sign in to comment.