You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a github action release.yml that is triggered when a commit is tagged. It generates a static changelog. But we also have a tool go run testutil/genchangelog/main.go that auto generates a changelog between two tags. But this is still run manually.
Proposed solution
Run genchangelog as part of release.yml and push its output as the release changlog.
The text was updated successfully, but these errors were encountered:
Problem to be solved
We have a github action
release.yml
that is triggered when a commit is tagged. It generates a static changelog. But we also have a toolgo run testutil/genchangelog/main.go
that auto generates a changelog between two tags. But this is still run manually.Proposed solution
Run
genchangelog
as part ofrelease.yml
and push its output as the release changlog.The text was updated successfully, but these errors were encountered: