Skip to content

Commit 97fd907

Browse files
authored
chore: add package-name and release type to config (#320)
1 parent 9f2520e commit 97fd907

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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": "simple",
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": "generic", "path": "build.gradle" },

0 commit comments

Comments
 (0)