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 (###)
This commit is contained in:
Lori Cooper
2025-09-22 15:56:51 -05:00
committed by GitHub
parent 9d2134e24a
commit 507d7cec8a
2 changed files with 125 additions and 103 deletions
+2 -8
View File
@@ -208,15 +208,9 @@ jobs:
run: |
echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt
- name: Get NEWSLETTER
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: NEWSLETTER
path: ${{ github.workspace }}
- name: Create description file
- name: Create description for release/snapshot from "Executive Summary" section of CHANGELOG.md
run: |
cat ${{ github.workspace }}/NEWSLETTER.txt > description.txt
sed -n '/^# .* Executive Summary: HDF5 Version .*/,/^# .* Breaking Changes/p' CHANGELOG.md | sed '$d' > description.txt
- name: PreRelease tag
id: create_prerelease