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:
|
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)
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
Current behavior:
Auto-generated GH release pages only link to CHANGELOG.md.
Expected behavior:
Consider auto-generating more meaningful release notes (see GH docs)