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

Auto-generate dynamic changelog in github actions #320

Closed
corverroos opened this issue Mar 30, 2022 · 0 comments
Closed

Auto-generate dynamic changelog in github actions #320

corverroos opened this issue Mar 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@corverroos
Copy link
Contributor

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 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.

@corverroos corverroos added the enhancement New feature or request label Mar 30, 2022
obol-bulldozer bot pushed a commit that referenced this issue Jun 7, 2022
Auto-generates changelog in github action. Also simplify by removing usage of docker image and just use local code.

category: misc
ticket: #320
obol-bulldozer bot pushed a commit that referenced this issue Jun 7, 2022
Add go 1.18 so go commands do not fail.

category: misc
ticket: #320
obol-bulldozer bot pushed a commit that referenced this issue Jun 7, 2022
Fixes release.yml indentation.

category: misc
ticket: #320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants