Skip to content

Commit

Permalink
🐳 chore: 增加release-it插件
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Jul 19, 2023
1 parent c38eea4 commit d517fbb
Show file tree
Hide file tree
Showing 5 changed files with 740 additions and 41 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "🐳 chore: release v${version}"
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
},
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
}
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog
40 changes: 0 additions & 40 deletions package copy.json

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.0",
"@release-it/keep-a-changelog": "^4.0.0",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/jsdom": "^21.1.1",
Expand Down
Loading

0 comments on commit d517fbb

Please sign in to comment.