Skip to content

Commit

Permalink
stop auto filling the release notes, it causes more confusion than it…
Browse files Browse the repository at this point in the history
… helps
  • Loading branch information
caco3 authored Feb 28, 2023
1 parent c694d9f commit 00be21f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00be21f

Please sign in to comment.