Skip to content

Commit 706375a

Browse files
authored
Fix changelog generation (#252)
1 parent 4a74042 commit 706375a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,10 @@ jobs:
124124
token: ${{ secrets.GITHUB_TOKEN }}
125125
branch: "1.x"
126126

127-
- name: Prepare changelog release notes
128-
id: changelog-notes
129-
run: |
130-
echo "release-notes=#${{ steps.notes.outputs.release-notes }}" >> $GITHUB_OUTPUT
131-
132127
- name: Update Changelog
133128
uses: stefanzweifel/changelog-updater-action@v1
134129
with:
135-
release-notes: ${{ steps.changelog-notes.outputs.release-notes }}
130+
release-notes: "#${{ steps.notes.outputs.release-notes }}"
136131
latest-version: "v${{ steps.bump-version.outputs.version }}"
137132
compare-url-target-revision: "1.x"
138133
parse-github-usernames: true

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.13.0

0 commit comments

Comments
 (0)