-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Labels
Description
Description of issue or feature request:
#1946 adds a CD workflow to release build artifacts on PyPI and GH upon successful completion of the CI workflow for a pushed release tag.
The PR also replaces the manual process of adding release notes to the GH release page with an automatically added link:
python-tuf/.github/workflows/cd.yml
Lines 83 to 86 in b99d043
| body: 'See [CHANGELOG.md](https://github.com/' + | |
| context.repo.owner + '/' + context.repo.repo + '/blob/' + | |
| '${{ github.event.workflow_run.head_branch }}'+ | |
| '/docs/CHANGELOG.md) for details.' |
Current behavior:
Auto-generated GH release pages only link to CHANGELOG.md.
Expected behavior:
Consider auto-generating more meaningful release notes (see GH docs)
Reactions are currently unavailable