8000 cd: auto-generate release notes for GitHub release page · Issue #1968 · theupdateframework/python-tuf · GitHub
[go: up one dir, main page]

Skip to content
cd: auto-generate release notes for GitHub release page #1968
Closed
@lukpueh

Description

@lukpueh

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0