Skip to content

Commit d568e25

Browse files
authored
fix(release): fix release-please configuration (#354)
1 parent 4d12d72 commit d568e25

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release-please.yml

-14
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,3 @@ jobs:
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
release-type: node
21-
changelog-types: >
22-
[
23-
{ "type": "build", "section": "Build System", "hidden": false },
24-
{ "type": "ci", "section": "Continuous Integration", "hidden": false },
25-
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
26-
{ "type": "docs", "section": "Documentation", "hidden": false },
27-
{ "type": "feat", "section": "Features", "hidden": false },
28-
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
29-
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
30-
{ "type": "revert", "section": "Reverts", "hidden": false },
31-
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
32-
{ "type": "style", "section": "Styles", "hidden": false },
33-
{ "type": "test", "section": "Tests", "hidden": false }
34-
]

0 commit comments

Comments
 (0)