mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 08:05:13 +00:00
16 lines
279 B
JSON
16 lines
279 B
JSON
|
{
|
||
|
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
|
||
|
"git": {
|
||
|
"tagName": "v${version}"
|
||
|
},
|
||
|
"github": {
|
||
|
"release": true
|
||
|
},
|
||
|
"plugins": {
|
||
|
"@release-it/keep-a-changelog": {
|
||
|
"addUnreleased": true,
|
||
|
"addVersionUrl": true
|
||
|
}
|
||
|
}
|
||
|
}
|