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

Populate release changelog #74

Merged
merged 2 commits into from
Apr 30, 2021
Merged

Populate release changelog #74

merged 2 commits into from
Apr 30, 2021

Conversation

alexashley
Copy link
Contributor

Closes #71

Adds config to populate the changelog. All of our PRs were getting classified as uncategorized, which doesn't seem to be rendered in the default configuration (in the template {{CHANGELOG}} is the content of all categorized changes).

Sample output

Changelog

Docker images

ghcr.io/rode/ui:latest
ghcr.io/rode/ui:v0.6.0-18-ge35e7aa

body: |
${{steps.github_release.outputs.changelog}}
## Docker images
- `ghcr.io/rode/ui:latest`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering - could these be turned into links? Is that useful?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They could definitely be links, I just was trying to match up with what Goreleaser does for now.

@alexashley alexashley merged commit 8a71f3d into main Apr 30, 2021
@alexashley alexashley deleted the changelog branch April 30, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix release changelog
2 participants