feat: initial commit
This commit is contained in:
commit
67d9c3d73b
92 changed files with 13341 additions and 0 deletions
32
.release-it.json
Normal file
32
.release-it.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"@release-it/bumper": {
|
||||
"in": "package.json",
|
||||
"out": {
|
||||
"file": "src-tauri/tauri.conf.json",
|
||||
"path": "package.version"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue