Skip to content

Commit 507d7ce

Browse files
Added exec summary to changelog, misc other small fixes/corrections. (#5845)
* Pull Release/snapshot description from Executive Summary of CHANGELOG.md. * Change bullets to h3 headings (###)
1 parent 9d2134e commit 507d7ce

File tree

2 files changed

+125
-103
lines changed

2 files changed

+125
-103
lines changed

.github/workflows/release-files.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)