Skip to content

Commit 738cdb0

Browse files
committed
Updated the PR workflow
1 parent 552b67f commit 738cdb0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/bumpversion-pr.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
run: |
2525
python -m pip install . bump-my-version
2626
27+
- name: Get the changelog and release hint
28+
id: changelog
29+
uses: ./
30+
with:
31+
branch_override: ${{ github.base_ref }}
32+
skip_output_pipeline: True
33+
2734
- name: Get the release hint
2835
id: generate-changelog
2936
run: |

0 commit comments

Comments
 (0)