Skip to content

Commit 3a14208

Browse files
chore: setup commit-and-tag-version
1 parent c41613f commit 3a14208

File tree

3 files changed

+2278
-252
lines changed

3 files changed

+2278
-252
lines changed

.versionrc.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"types": [
3+
{
4+
"type": "feat",
5+
"section": "Features"
6+
},
7+
{
8+
"type": "fix",
9+
"section": "Bug Fixes"
10+
},
11+
{
12+
"type": "chore",
13+
"section": "Chores"
14+
},
15+
{
16+
"type": "docs",
17+
"section": "Documentation"
18+
},
19+
{
20+
"type": "style",
21+
"section": "Styles"
22+
},
23+
{
24+
"type": "refactor",
25+
"section": "Code Refactoring"
26+
},
27+
{
28+
"type": "perf",
29+
"section": "Performance Improvements"
30+
},
31+
{
32+
"type": "test",
33+
"section": "Tests"
34+
}
35+
],
36+
"scripts": {
37+
"postchangelog": "node scripts/update-service-worker.js && git add service-worker.js"
38+
},
39+
"skip": {
40+
"commit": false,
41+
"tag": false
42+
}
43+
}

0 commit comments

Comments
 (0)