Skip to content

Commit 7f906da

Browse files
committed
chore: include "chore" in releases and fixed release version
1 parent b5c5b03 commit 7f906da

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.2.0"
33
}

release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010
"changelog-host": "https://github.com",
1111
"extra-files": [
1212
"README.md"
13+
],
14+
"changelog-sections": [
15+
{
16+
"type": "feat",
17+
"section": "Features"
18+
},
19+
{
20+
"type": "fix",
21+
"section": "Bug Fixes"
22+
},
23+
{
24+
"type": "chore",
25+
"section": "Chores"
26+
}
1327
]
1428
}
1529
},

0 commit comments

Comments
 (0)