Skip to content

Commit fb5346f

Browse files
authored
Fix changelog generation (#251)
1 parent eca1ad5 commit fb5346f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ jobs:
127127
- name: Prepare changelog release notes
128128
id: changelog-notes
129129
run: |
130-
notes="$(echo "${{ steps.notes.outputs.release-notes }}" | sed "s/^## /### /")"
131-
echo "release-notes=$notes" >> $GITHUB_OUTPUT
130+
echo "release-notes=#${{ steps.notes.outputs.release-notes }}" >> $GITHUB_OUTPUT
132131
133132
- name: Update Changelog
134133
uses: stefanzweifel/changelog-updater-action@v1

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)