Skip to content

Commit

Permalink
chore: customize commit message changesets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Oct 23, 2023
1 parent 4d82091 commit e43b147
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 @@ -26,6 +26,7 @@ jobs:
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm run release
commit: 'chore: release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e43b147

Please sign in to comment.