Skip to content

Commit db4c52b

Browse files
committed
chore: adding config json
1 parent 76abd50 commit db4c52b

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.0"
3+
}

release-please-config.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"release-type": "simple",
3+
"include-v-in-tag": true,
4+
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
5+
"changelog-sections": [
6+
{
7+
"type": "feat",
8+
"section": "Features",
9+
"hidden": false
10+
},
11+
{
12+
"type": "fix",
13+
"section": "Bug Fixes",
14+
"hidden": false
15+
},
16+
{
17+
"type": "chore",
18+
"section": "Miscellaneous",
19+
"hidden": false
20+
},
21+
{
22+
"type": "docs",
23+
"section": "Documentation",
24+
"hidden": false
25+
},
26+
{
27+
"type": "perf",
28+
"section": "Performance Improvements",
29+
"hidden": false
30+
},
31+
{
32+
"type": "test",
33+
"section": "Tests",
34+
"hidden": false
35+
},
36+
{
37+
"type": "refactor",
38+
"section": "Code Refactoring",
39+
"hidden": false
40+
},
41+
{
42+
"type": "deps",
43+
"section": "Dependencies",
44+
"hidden": false
45+
},
46+
{
47+
"type": "security",
48+
"section": "Security",
49+
"hidden": false
50+
},
51+
{
52+
"type": "revert",
53+
"section": "Reverts",
54+
"hidden": false
55+
}
56+
],
57+
"packages": {
58+
".": {}
59+
}
60+
}

0 commit comments

Comments
 (0)