We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403f610 commit 553c15aCopy full SHA for 553c15a
.github/workflows/publish.yml
@@ -172,10 +172,12 @@ jobs:
172
sha256sum micro-rdk-lib.zip >> sha256sums.txt
173
- name: Update CHANGELOG
174
id: changelog
175
- uses: requarks/changelog-action@v1
+ uses: mikepenz/release-changelog-builder-action@v4
176
with:
177
token: ${{ github.token }}
178
tag: ${{ github.ref_name }}
179
+ ignorePreReleases: "false"
180
+ fetchViaCommits: "true"
181
182
- name: Publish release
183
uses: ncipollo/release-action@v1
@@ -193,4 +195,4 @@ jobs:
193
195
replacesArtifacts: true
194
196
allowUpdates: true
197
name: ${{ github.ref_name }}
- body: ${{ steps.changelog.outputs.changes }}
198
+ body: ${{ steps.changelog.outputs.changelog }}
0 commit comments