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 eca1ad5 commit fb5346fCopy full SHA for fb5346f
.github/workflows/publish_release.yml
@@ -127,8 +127,7 @@ jobs:
127
- name: Prepare changelog release notes
128
id: changelog-notes
129
run: |
130
- notes="$(echo "${{ steps.notes.outputs.release-notes }}" | sed "s/^## /### /")"
131
- echo "release-notes=$notes" >> $GITHUB_OUTPUT
+ echo "release-notes=#${{ steps.notes.outputs.release-notes }}" >> $GITHUB_OUTPUT
132
133
- name: Update Changelog
134
uses: stefanzweifel/changelog-updater-action@v1
version.txt
@@ -1 +1 @@
1
-1.13.1
+1.13.0
0 commit comments