File tree Expand file tree Collapse file tree 2 files changed +125
-103
lines changed Expand file tree Collapse file tree 2 files changed +125
-103
lines changed Original file line number Diff line number Diff line change @@ -208,15 +208,9 @@ jobs:
208208 run : |
209209 echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt
210210
211- - name : Get NEWSLETTER
212- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
213- with :
214- name : NEWSLETTER
215- path : ${{ github.workspace }}
216-
217- - name : Create description file
211+ - name : Create description for release/snapshot from "Executive Summary" section of CHANGELOG.md
218212 run : |
219- cat ${{ github.workspace }}/NEWSLETTER.txt > description.txt
213+ sed -n '/^# .* Executive Summary: HDF5 Version .*/,/^# .* Breaking Changes/p' CHANGELOG.md | sed '$d' > description.txt
220214
221215 - name : PreRelease tag
222216 id : create_prerelease
You can’t perform that action at this time.
0 commit comments