Skip to content

Commit

Permalink
fix: lerna status message. Provide correct base branch to PR generato…
Browse files Browse the repository at this point in the history
…r. (#299)
  • Loading branch information
macdiesel authored Feb 17, 2023
1 parent f92bd6b commit a9d2231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
body: |
chore(release): publish :tada:
branch: automation/lerna/version
base: master
- name: Enable Lerna Versions PR Pull Request Automerge
if: steps.vpr.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v2
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"command": {
"publish": {
"allowBranch": "automation/lerna/version",
"message": "chore(release): publish %s ",
"message": "chore(release): publish :tada:",
"conventionalCommits": true,
"createRelease": "github",
"loglevel": "verbose"
Expand Down

0 comments on commit a9d2231

Please sign in to comment.