first commit

This commit is contained in:
douboer@gmail.com
2026-03-03 13:23:14 +08:00
commit 3b7c1d558a
161 changed files with 28120 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"git": {
"tagName": "v${version}",
"commitMessage": "chore(release): v${version}",
"requireBranch": "master"
},
"changelogFile": "CHANGELOG.md",
"github": {
"release": true,
"releaseName": "XTerminal v${version}",
"autoGenerate": true,
"assets": ["dist/"],
"comments": true
},
"npm": {
"publish": true,
"skipChecks": true
},
"hooks": {
"before:init": "git fetch --tags"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
},
"gitRawCommitOpts": {
"merge": null
}
}
}
}