Skip to content

Commit

Permalink
chore: add tools to ease a new commit or release
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Aug 24, 2021
1 parent 1ca8007 commit 1be1a98
Show file tree
Hide file tree
Showing 4 changed files with 12,243 additions and 65 deletions.
3 changes: 3 additions & 0 deletions .czrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "cz-conventional-changelog"
}
8 changes: 8 additions & 0 deletions .release-it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
git:
commitMessage: v${version}
tagName: v${version}
tagAnnotation: Release version ${version}
requireCleanWorkingDir: false
npm:
publish: false
disable-metrics: true
Loading

0 comments on commit 1be1a98

Please sign in to comment.