Skip to content

Commit

Permalink
rename perf section to Performance Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed May 17, 2024
1 parent 12a787e commit a1722cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Chores", "hidden": false }
{ "type": "perf", "section": "Performance Improvements", "hidden": false }
]
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit a1722cf

Please sign in to comment.