Skip to content

Commit b6a134a

Browse files
authored
chore: add release type to release-please config (#200)
Added a release type entry for 'release' in the configuration.
1 parent 6ee5795 commit b6a134a

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": "src/OpenFga.Sdk/OpenFga.Sdk.csproj" },

0 commit comments

Comments
 (0)