Skip to content

Commit c4dab0b

Browse files
authored
chore: add release type and package name to config (#267)
1 parent 9eae06b commit c4dab0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"release-type": "python",
44
"packages": {
55
".": {
6+
"package-name": "",
67
"include-component-in-tag": false,
78
"changelog-path": "CHANGELOG.md",
89
"changelog-type": "default",
@@ -17,7 +18,8 @@
1718
{ "type": "docs", "section": "Documentation", "hidden": false },
1819
{ "type": "test", "section": "Tests", "hidden": true },
1920
{ "type": "ci", "section": "CI", "hidden": true },
20-
{ "type": "chore", "section": "Miscellaneous", "hidden": true }
21+
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
22+
{ "type": "release", "section": "Miscellaneous", "hidden": true }
2123
],
2224
"extra-files": [
2325
{ "type": "toml", "path": "pyproject.toml", "jsonpath": "$.project.version" },

0 commit comments

Comments
 (0)