Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Add release-it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Apr 4, 2022
1 parent 1b6d484 commit 1f56736
Show file tree
Hide file tree
Showing 3 changed files with 3,637 additions and 49 deletions.
11 changes: 11 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}
Loading

0 comments on commit 1f56736

Please sign in to comment.