Skip to content

Commit 63fca08

Browse files
committed
Modify release hint workflow
1 parent 49d8744 commit 63fca08

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/bumpversion-pr.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,11 @@ jobs:
2626
2727
- name: Generate release hint if merged
2828
id: changelog
29-
# uses: callowayproject/generate-changelog@master
30-
uses: ./
29+
uses: callowayproject/generate-changelog@v0
3130
with:
3231
branch_override: ${{ github.base_ref }}
3332
skip_output_pipeline: True
3433

35-
- name: release-notes
36-
uses: callowayproject/action-changelog-to-releasenotes@main
37-
with:
38-
target-version: 0.13.0
39-
4034
- name: Set release information
4135
if: ${{ steps.changelog.outputs.release_hint != 'no-release' }}
4236
shell: bash

0 commit comments

Comments
 (0)