Skip to content

Prepare v0.6.1 release#194

Merged
fabian-barney merged 1 commit into
mainfrom
codex/193-prepare-v0.6.1-release
May 31, 2026
Merged

Prepare v0.6.1 release#194
fabian-barney merged 1 commit into
mainfrom
codex/193-prepare-v0.6.1-release

Conversation

@fabian-barney

Copy link
Copy Markdown
Owner

Summary

  • prepare the v0.6.1 patch release across Maven, Gradle, and consumer-facing docs
  • add the 0.6.1 changelog entry for the fixes and maintenance merged since v0.6.0
  • create the GitHub Release as a draft before public artifact publication, then promote it after Maven Central and Gradle Plugin Portal publication succeeds

Review focus

  • .github/workflows/release.yml: draft creation happens before public publish steps, and final release promotion happens last
  • version alignment across Maven POMs, gradle-plugin/build.gradle.kts, README examples, and changelog

Validation

  • C:\Program Files\Git\bin\bash.exe ./.github/scripts/verify-version-alignment.sh --expected-version 0.6.1
  • git diff --check
  • git grep -n -F "v0.6.0" -- .
  • git grep -n -F "0.6.0" -- pom.xml core/pom.xml cli/pom.xml gradle-plugin/pom.xml maven-plugin/pom.xml gradle-plugin/build.gradle.kts README.md .github/workflows/release.yml

Residual risk

The actual registry publication still depends on the tag-triggered Release workflow and configured repository secrets.

Closes #193

Copilot AI review requested due to automatic review settings May 31, 2026 23:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Prepares the v0.6.1 patch release by aligning versions across Maven/Gradle artifacts and docs, adding the corresponding changelog entry, and adjusting the tag-triggered release workflow to draft the GitHub Release before publishing artifacts and only promote it after publishing succeeds.

Changes:

  • Bump project version from 0.6.0 to 0.6.1 across Maven POMs and the Gradle plugin build.
  • Update README distribution and usage examples to reference 0.6.1.
  • Add 0.6.1 changelog entry and reorder the release workflow to create a draft GitHub Release earlier, then publish it last.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Updates CLI jar filename and published coordinates/examples to 0.6.1.
pom.xml Bumps parent Maven version to 0.6.1.
core/pom.xml Aligns module parent version to 0.6.1.
cli/pom.xml Aligns module parent version to 0.6.1.
maven-plugin/pom.xml Aligns module parent version to 0.6.1.
gradle-plugin/pom.xml Aligns module parent version to 0.6.1.
gradle-plugin/build.gradle.kts Bumps Gradle plugin project version to 0.6.1.
CHANGELOG.md Adds the 0.6.1 release notes section.
.github/workflows/release.yml Creates a GitHub Release as a draft before public publishing steps, then promotes it after publish succeeds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fabian-barney fabian-barney merged commit 223fb86 into main May 31, 2026
21 checks passed
@fabian-barney fabian-barney deleted the codex/193-prepare-v0.6.1-release branch May 31, 2026 23:30
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.

Prepare v0.6.1 release

2 participants