mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +02:00
Add release-it
This commit is contained in:
parent
6521403b5d
commit
ebf07ff4bc
4 changed files with 735 additions and 45 deletions
12
.release-it.json
Normal file
12
.release-it.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"plugins": {
|
||||
"@release-it/keep-a-changelog": {
|
||||
"filename": "CHANGELOG.md",
|
||||
"addUnreleased": true,
|
||||
"addVersionUrl": true
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"publish": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue