Ver Fonte

stop auto filling the release notes, it causes more confusion than it helps

CaCO3 há 2 anos atrás
pai
commit
00be21f9e1
1 ficheiros alterados com 7 adições e 7 exclusões
  1. 7 7
      .github/workflows/build.yaml

+ 7 - 7
.github/workflows/build.yaml

@@ -334,13 +334,13 @@ jobs:
 #        changelogPath: Changelog.md
 #        changelogPath: Changelog.md
 #        version: ${{ steps.get_version.outputs.version-without-v }}
 #        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.
     # Releases should only be created on master by tagging the last commit.
     # all artifacts in firmware folder pushed to the release
     # all artifacts in firmware folder pushed to the release