We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45367a9 commit bcebe9cCopy full SHA for bcebe9c
.github/workflows/bump-version-and-create-release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Compute new version
17
id: bump_version
18
env:
19
- PR_BODY: ${{ github.event.pull_request.body }}
+ PR_BODY: ${{ github.event.head_commit.message }}
20
run: |
21
source version
22
new_version=$(.github/workflows/compute_version.sh "$VERSION" "${PR_BODY//[^a-zA-Z0-9# $'\n']/}")
0 commit comments