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 a85217b commit 0d8dac4Copy full SHA for 0d8dac4
.github/workflows/create-pull-request.yaml
@@ -36,7 +36,8 @@ jobs:
36
- name: Exrtact changelog
37
shell: bash
38
run: |
39
- CHANGELOG=$(./create-release-notes --from '${{ github.event.inputs.base }}' --group)
+ git fetch --all
40
+ CHANGELOG=$(./create-release-notes --from ${{ github.event.inputs.base }} --group)
41
CHANGELOG="${CHANGELOG//'%'/'%25'}"
42
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
43
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
0 commit comments