chore: fix version updates commit text (#693)

This fixes the commit so it includes "version updates" in the text. As it is a single commit, the default squash behavior uses the commit instead of the PR title for the commit that shows up in the dev branch (which wouldn't trigger the next workflow).
This commit is contained in:
Jacob Bolda
2020-06-18 01:21:31 -05:00
committed by GitHub
parent 46ea86b63a
commit 1f2ff7dc25

View File

@@ -26,6 +26,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: release/version-updates
title: Apply Version Updates From Current Changes
commit-message: "apply version updates"
labels: "version updates"
body: |
Merging this PR will update the versions on all packages with changes as specified in the `.changes` directory.