Skip to content

Commit

Permalink
chore(publishing): Update the publish-packages PR title and body
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 18, 2021
1 parent 32358d0 commit b95173a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/lerna-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@ jobs:
# TODO: use a spinnakerbot Personal Access Token
github-token: '${{ secrets.SPINNAKERBOT_TOKEN }}'
commit-message: 'chore(package): Publish ${{ steps.bumps.outputs.bumps }}'
title: 'chore(package): Publish ${{ steps.bumps.outputs.bumps }}'
title: 'Publish packages to NPM'
body: |
chore(package): Publish ${{ steps.bumps.outputs.bumps }}
This PR will bump any Deck package(s) that have changes to the next semver version.
It also updates dependencies in other packages in the monorepo which depend on the bumped package(s).
After this PR is merged, Github Actions will publish any bumped packages to the NPM registry.
${{ steps.bumps.outputs.changelog }}
Auto-generated by `.github/workflows/lerna-release-pr.yml`
_Auto-generated by `.github/workflows/lerna-release-pr.yml`_
- name: Approve package bump
if: ${{ steps.bumps.outputs.bumps != '' }}
Expand Down

0 comments on commit b95173a

Please sign in to comment.