Skip to content

Commit 987c4dc

Browse files
committed
fix: update release-please configuration to include changelog path and miscellaneous section
1 parent 2605b4d commit 987c4dc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

release-please-config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"release-type": "go",
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
5+
"include-v-in-tag": true,
56
"changelog-sections": [
67
{"type": "feat", "section": "Features"},
78
{"type": "fix", "section": "Bug Fixes"},
@@ -12,11 +13,20 @@
1213
{"type": "refactor", "section": "Code Refactoring"},
1314
{"type": "test", "section": "Tests", "hidden": true},
1415
{"type": "build", "section": "Build System", "hidden": true},
15-
{"type": "ci", "section": "Continuous Integration", "hidden": true}
16+
{"type": "ci", "section": "Continuous Integration", "hidden": true},
17+
{"type": "chore", "section": "Miscellaneous", "hidden": true}
18+
],
19+
"exclude-paths": [
20+
".github/**",
21+
"*.md"
1622
],
1723
"packages": {
1824
".": {
19-
"package-name": "markdown-to-notionapi"
25+
"package-name": "markdown-to-notionapi",
26+
"changelog-path": "CHANGELOG.md",
27+
"exclude-paths": [
28+
".github/**"
29+
]
2030
}
2131
}
2232
}

0 commit comments

Comments
 (0)