Github Action looking for Changelog notes in a section for a previously released version. #1388
Labels
CI
Continuous Integration and release process
github_actions
Pull requests that update Github_actions code
nice-to-have
Features not required in upcoming milestone
Milestone
Summary
Create a github action that creates comments/annotations in the changelog when a line is being added to a released section.
Problem Definition
When the changelog in
main
is updated after a release, it's easy for existing PRs to accidentally add entries to it rather than in the now empty## Unreleased
section further up. It'd also be nice to have a couple automated checks on the changelog changes.Proposal
Create a github action that analyzes the changes being made to the CHANGELOG by a PR.
## Unreleased
section.## Unreleased
section, make a comment on the first such change section pointing it out.Notes:
proto-registry.yml
workflow to create a PR.For Admin Use
The text was updated successfully, but these errors were encountered: