Skip to content

Commit

Permalink
fix: skip scope in release PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Feb 28, 2023
1 parent b3a382b commit 1017d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
release-type: node
package-name: generator-eslint
pull-request-title-pattern: 'chore: release${component} ${version}'
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1017d43

Please sign in to comment.