Skip to content

Commit

Permalink
build: Add standard-version plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Feb 21, 2022
1 parent 1c9fb94 commit 110ce25
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
/docs/*
/vite.config.ts
/src/types/env.d.ts
/docs/**/*
/docs/**/*
.versionrc
16 changes: 16 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"types": [
{"type": "chore", "section":"Others", "hidden": false},
{"type": "revert", "section":"Reverts", "hidden": false},
{"type": "feat", "section": "Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},
{"type": "improvement", "section": "Feature Improvements", "hidden": false},
{"type": "docs", "section":"Docs", "hidden": false},
{"type": "style", "section":"Styling", "hidden": false},
{"type": "refactor", "section":"Code Refactoring", "hidden": false},
{"type": "perf", "section":"Performance Improvements", "hidden": false},
{"type": "test", "section":"Tests", "hidden": false},
{"type": "build", "section":"Build System", "hidden": false},
{"type": "ci", "section":"CI", "hidden":false}
]
}
Loading

0 comments on commit 110ce25

Please sign in to comment.