We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d8744 commit 63fca08Copy full SHA for 63fca08
1 file changed
.github/workflows/bumpversion-pr.yaml
@@ -26,17 +26,11 @@ jobs:
26
27
- name: Generate release hint if merged
28
id: changelog
29
-# uses: callowayproject/generate-changelog@master
30
- uses: ./
+ uses: callowayproject/generate-changelog@v0
31
with:
32
branch_override: ${{ github.base_ref }}
33
skip_output_pipeline: True
34
35
- - name: release-notes
36
- uses: callowayproject/action-changelog-to-releasenotes@main
37
- with:
38
- target-version: 0.13.0
39
-
40
- name: Set release information
41
if: ${{ steps.changelog.outputs.release_hint != 'no-release' }}
42
shell: bash
0 commit comments