Skip to content

Commit

Permalink
ci: reduce list of releasable tags to feat, fix and perf (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed May 26, 2024
1 parent e2cd98d commit 720e5de
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ jobs:
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Build Related", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "perf", "section": "Chores", "hidden": false },
{ "type": "ci", "section": "Chores", "hidden": false },
{ "type": "refactor", "section": "Chores", "hidden": false },
{ "type": "test", "section": "Chores", "hidden": false }
{ "type": "perf", "section": "Performance Improvements", "hidden": false }
]
publish-npm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 720e5de

Please sign in to comment.