Skip to content

Commit

Permalink
feat: add make release command
Browse files Browse the repository at this point in the history
  • Loading branch information
rosnovsky committed Nov 23, 2023
1 parent 3bc19d4 commit d76d641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ commit: ## Stage all files and commit with `commitizen`
git add .
pnpm commit
git push

release: ## Release a new version
pnpm release
git push --follow-tags origin main

0 comments on commit d76d641

Please sign in to comment.