feat: initial notes
This commit is contained in:
commit
abacf061c1
9 changed files with 3546 additions and 0 deletions
25
.release-it.json
Normal file
25
.release-it.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"git": {
|
||||
"requireBranch": "main",
|
||||
"commitMessage": "chore: release v${version}"
|
||||
},
|
||||
"hooks": {
|
||||
"after:bump": "pnpx auto-changelog --commit-limit false --template keepachangelog"
|
||||
},
|
||||
"github": {
|
||||
"release": true,
|
||||
"releaseName": "v${version}"
|
||||
},
|
||||
"npm": {
|
||||
"publish": false,
|
||||
"ignoreVersion": true
|
||||
},
|
||||
"plugins": {
|
||||
"@release-it/conventional-changelog": {
|
||||
"preset": {
|
||||
"name": "angular"
|
||||
},
|
||||
"infile": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue