From 00be21f9e14f08db811256ad757f1143cbd39b78 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 28 Feb 2023 21:37:30 +0100 Subject: [PATCH] stop auto filling the release notes, it causes more confusion than it helps --- .github/workflows/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2919b342..e2529002 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -334,13 +334,13 @@ jobs: # changelogPath: Changelog.md # version: ${{ steps.get_version.outputs.version-without-v }} - # the release notes will be extracted from changelog - - name: Extract release notes - id: extract-release-notes - if: startsWith(github.ref, 'refs/tags/') - uses: ffurrer2/extract-release-notes@v1 - with: - changelog_file: Changelog.md +# # the release notes will be extracted from changelog +# - name: Extract release notes +# id: extract-release-notes +# if: startsWith(github.ref, 'refs/tags/') +# uses: ffurrer2/extract-release-notes@v1 +# with: +# changelog_file: Changelog.md # Releases should only be created on master by tagging the last commit. # all artifacts in firmware folder pushed to the release