We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41613f commit 3a14208Copy full SHA for 3a14208
.versionrc.json
@@ -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