Skip to content

Add release-branch CI config for 3.x#214

Merged
rymsha merged 1 commit into
3.xfrom
chore/3.x-add-release-branch
May 6, 2026
Merged

Add release-branch CI config for 3.x#214
rymsha merged 1 commit into
3.xfrom
chore/3.x-add-release-branch

Conversation

@rymsha
Copy link
Copy Markdown
Contributor

@rymsha rymsha commented May 6, 2026

Summary

Companion to the master-side bump (#213). The build action reads releaseBranch: from the workflow file on the branch being built, so this same list has to land on 3.x itself for pushes here to be classified as release builds.

Only this one workflow file is changed — no gradle.properties bump, no docgen change, no versions.json (those are master-only per the app-booster reference).

gradle.properties on this branch is intentionally version=3.2.3-SNAPSHOT (the post-v3.2.2 "Updated to next SNAPSHOT version" commit), not v3.2.2's release version, so the release tooling doesn't try to re-release the tag.

Test plan

  • CI green on this PR
  • After merge, the next push to 3.x is classified as a release branch by the build action

🤖 Generated with Claude Code

Declare both master and 3.x as release branches in the build action.
The build-and-publish action reads its workflow from the branch being
built, so the same releaseBranch list has to live on 3.x for pushes
here to be classified as release builds.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.42%. Comparing base (fef9130) to head (f527636).

Additional details and impacted files
@@            Coverage Diff            @@
##                3.x     #214   +/-   ##
=========================================
  Coverage     91.42%   91.42%           
  Complexity      156      156           
=========================================
  Files             9        9           
  Lines           513      513           
  Branches         58       58           
=========================================
  Hits            469      469           
  Misses           23       23           
  Partials         21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rymsha rymsha merged commit 215b2ca into 3.x May 6, 2026
4 checks passed
@rymsha rymsha deleted the chore/3.x-add-release-branch branch May 6, 2026 16:46
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.

1 participant