Add release-it

This commit is contained in:
Max Isom 2021-12-18 12:29:50 -06:00
parent 6521403b5d
commit ebf07ff4bc
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
4 changed files with 735 additions and 45 deletions

12
.release-it.json Normal file
View file

@ -0,0 +1,12 @@
{
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md",
"addUnreleased": true,
"addVersionUrl": true
}
},
"npm": {
"publish": false
}
}