File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -326,13 +326,13 @@ jobs:
326326 if : startsWith(github.ref, 'refs/tags/')
327327 uses : battila7/get-version-action@v2
328328
329- # the changelog [unreleased] will now be changed to the release version
330- - name : Update changelog
331- uses : thomaseizinger/keep-a-changelog-new-release@v1
332- if : startsWith(github.ref, 'refs/tags/')
333- with :
334- changelogPath : Changelog.md
335- version : ${{ steps.get_version.outputs.version-without-v }}
329+ # # the changelog [unreleased] will now be changed to the release version
330+ # - name: Update changelog
331+ # uses: thomaseizinger/keep-a-changelog-new-release@v1
332+ # if: startsWith(github.ref, 'refs/tags/')
333+ # with:
334+ # changelogPath: Changelog.md
335+ # version: ${{ steps.get_version.outputs.version-without-v }}
336336
337337 # the release notes will be extracted from changelog
338338 - name : Extract release notes
@@ -341,7 +341,6 @@ jobs:
341341 uses : ffurrer2/extract-release-notes@v1
342342 with :
343343 changelog_file : Changelog.md
344-
345344
346345 # Releases should only be created on master by tagging the last commit.
347346 # all artifacts in firmware folder pushed to the release
You can’t perform that action at this time.
0 commit comments