Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog automation as part of release automation #14393

Open
carsonip opened this issue Oct 18, 2024 · 0 comments
Open

Changelog automation as part of release automation #14393

carsonip opened this issue Oct 18, 2024 · 0 comments

Comments

@carsonip
Copy link
Member

Over the years we have invested in release automation, e.g. new minor / patch version github workflows, but changelog has been manual.

Currently it takes time for the release manager, who may not have the context of every PR involved, on each patch release to scan through the commits from the previous tag, and manually identify whether it has user facing impact, and if so, how to describe it in the changelog. See an example of a patch release changelog PR: #14377 . There's also a challenge that a lot of apm-server changes are actually from imported libraries e.g. apm-data, go-docappender, etc, i.e. actual code change sits in libraries, and the change in apm-server is merely a dep bump.

In an ideal world, we would like changelog automation like ES and EA, where changelog files are placed in a folder, then they are gathered on release to automatically generate a complete release notes for a version. This will save context switching time, and reduce errors e.g. missing a line from changelog.

cc @endorama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant