Skip to content

Commit

Permalink
ci: simplify release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mxposed committed Mar 8, 2023
1 parent 331a04a commit f942765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"ci","section":"Misc","hidden":false},{"type":"docs","section":"Misc","hidden":false},{"type":"style","section":"Misc","hidden":false},{"type":"refactor","section":"Misc","hidden":false},{"type":"test","section":"Tests","hidden":false}]'
pull-request-header: 'New release'
pull-request-title-pattern: 'ci: release${component} ${version}'
bumpPatchForMinorPreMajor: true
bump-patch-for-minor-pre-major: true
component: ''
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit f942765

Please sign in to comment.