Skip to content

Commit

Permalink
chore: Improve Release Please prefixes and CHANGELOG sections (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Sep 5, 2024
1 parent eacf14c commit 4db76aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
package-name: dsp-api
pull-request-title-pattern: "chore${scope}: Release${component} ${version}"
changelog-types: '[
{"type": "build", "section": "Maintenance", "hidden": false },
{"type": "chore", "section": "Maintenance", "hidden": false },
{"type": "docs", "section": "Documentation", "hidden": false },
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
{"type": "perf", "section": "Enhancements", "hidden": false },
{"type": "refactor", "section": "Maintenance", "hidden": false },
{"type": "test", "section": "Maintenance", "hidden": false },
{"type": "deprecated", "section": "Deprecated", "hidden": false }
{"type": "build", "section": "Maintenances"},
{"type": "chore", "section": "Maintenances"},
{"type": "docs", "section": "Documentation"},
{"type": "feat", "section": "Enhancements"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "refactor", "section": "Maintenances"},
{"type": "test", "section": "Tests"},
{"type": "deprecated", "section": "Deprecated"}
]'

0 comments on commit 4db76aa

Please sign in to comment.