[Feature]: Automate releases notes using GitHub Actions #366
Labels
type: devops
Testing, CI/CD, systems configuration
type: docs
Updates to documentation
type: enhancement
New enhancement request
Is your feature request related to a problem?
The typical workflow for working with release notes is as follows:
.rst
HISTORY.rst
file, which is the changelog for the repo's documentationThis is a fairly tedious process that is easy to forget.
Describe the solution you'd like
We should find a way to automate generating release notes in our specific format using GitHub Actions and the
create-release
hook.This video might help: https://www.youtube.com/watch?v=88FWrfHCIqo
Pre-built action: https://github.com/marketplace/actions/release-drafter
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: