Skip to content

Commit 61b9ffe

Browse files
authored
ci: reduce list of releasable tags to feat, fix and perf (#28)
1 parent 0504df5 commit 61b9ffe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release-please.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ jobs:
2121
[
2222
{ "type": "feat", "section": "Features", "hidden": false },
2323
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
24-
{ "type": "docs", "section": "Documentation", "hidden": false },
25-
{ "type": "build", "section": "Build Related", "hidden": false },
26-
{ "type": "chore", "section": "Chores", "hidden": false },
27-
{ "type": "perf", "section": "Chores", "hidden": false },
28-
{ "type": "ci", "section": "Chores", "hidden": false },
29-
{ "type": "refactor", "section": "Chores", "hidden": false },
30-
{ "type": "test", "section": "Chores", "hidden": false }
24+
{ "type": "perf", "section": "Performance Improvements", "hidden": false }
3125
]
3226
- uses: actions/checkout@v4
3327
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)