1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-22 23:01:01 +00:00

build(npm, shell): use the global standard-version

This commit is contained in:
Cotes Chung
2022-03-13 16:53:13 +08:00
parent b58cab1c07
commit 03e4f575ba
3 changed files with 24 additions and 24 deletions

20
.versionrc.json Normal file
View File

@@ -0,0 +1,20 @@
{
"skip": {
"commit": true,
"tag": true
},
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Improvements"
}
]
}