Add release-plz automation for versioning and release management#196
Merged
Conversation
Agent-Logs-Url: https://github.com/heroesofcode/xrun/sessions/110feb09-eabc-482a-b88a-fb4901864ac4 Co-authored-by: joaolfp <36343338+joaolfp@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add release-plz automation for versioning and release management
Add release-plz automation for versioning and release management
Mar 31, 2026
joaolfp
reviewed
Mar 31, 2026
| [workspace] | ||
| changelog_update = true | ||
| git_release_enable = true | ||
| publish = false |
Contributor
There was a problem hiding this comment.
@copilot this must be true
Contributor
Author
There was a problem hiding this comment.
Updated in commit 4e11626 — publish = true now.
Agent-Logs-Url: https://github.com/heroesofcode/xrun/sessions/c259cfb5-736a-41ae-8356-fb2c6621a5dd Co-authored-by: joaolfp <36343338+joaolfp@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds release-plz to automate changelog generation, version bumping, and GitHub releases on every push to
main, mirroring the setup fromheroesofcode/heroesofcode-git.Changes
.github/workflows/release-plz.yml— Triggers onmainpushes; runsrelease-plz/actionwith full git history to detect conventional commits and create release PRsrelease-plz.toml— Configures release-plz for git-based releases with changelog updates;publish = trueto enable publishing to crates.ioRequires
RELEASE_PLZ_TOKENandCARGO_REGISTRY_TOKENsecrets to be set in the repository settings.Original prompt
This pull request was created from Copilot chat.