mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 05:44:04 +08:00
26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore(release): release v${version}",
|
|
"tagName": "v${version}"
|
|
},
|
|
"npm": false,
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"plugins": {
|
|
"@release-it/conventional-changelog": {
|
|
"preset": "angular",
|
|
"infile": "CHANGELOG.md",
|
|
"ignoreRecommendedBump": true
|
|
},
|
|
|
|
"@release-it-plugins/workspaces": {
|
|
"publish": false,
|
|
"workspaces": [
|
|
"common/*",
|
|
"packages/*"
|
|
]
|
|
}
|
|
}
|
|
}
|