Skip to content

Commit

Permalink
chore: add release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Nov 29, 2023
1 parent fef19be commit 83f69bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .release-it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git:
requireBranch: main
commitMessage: "chore: release v${version}"
hooks:
before:init: ["git pull", "yarn lint", "yarn test"]
after:bump: "npx auto-changelog -p"
github:
release: true
npm:
publish: true

0 comments on commit 83f69bc

Please sign in to comment.