Add GitHub Release workflow and bump to 0.12.0#79
Merged
Conversation
Reads version from libs.versions.toml, tags the chosen ref, and publishes a Release combining the hand-written changelog with GitHub's auto-generated What's Changed.
Adds a Releases & changelogs section to AGENTS.md and CLAUDE.md covering the changelogs/<version>.md path, the append-as-you-go expectation, and the section structure to mirror.
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.
GitHub Release workflow
Adds
.github/workflows/github-release.yml: aworkflow_dispatch-only job thatgradle/libs.versions.toml,v<version>tag on the chosen ref (defaultdev),changelogs/<version>.mdplus GitHub's auto-generated "What's Changed",-in the version).Retry-friendly: if the tag exists but no Release does, the job reuses the tag and only creates the Release. If a Release already exists for the tag, it fails so you bump the version first.
The git identity for tag push is
github-actions[bot], as recommended by theactions/checkoutREADME.Version bump
modo = "0.12.0"— to publish the final 0.12.0 (the 0.12.0-rc1 build was the smoke test of the new CI publish flow).Agent docs
Adds a
Releases & changelogssection toAGENTS.md(and thereforeCLAUDE.md, which is a symlink) documenting:changelogs/<version>.mdpath the new workflow depends on,## API changes,## Deprecations, …) to mirror.