Skip to content

Bump version to 3.0.0-SNAPSHOT for XP 8#169

Merged
rymsha merged 1 commit into
masterfrom
chore/bump-to-next-major
May 6, 2026
Merged

Bump version to 3.0.0-SNAPSHOT for XP 8#169
rymsha merged 1 commit into
masterfrom
chore/bump-to-next-major

Conversation

@rymsha
Copy link
Copy Markdown
Contributor

@rymsha rymsha commented May 6, 2026

Summary

Branches out the XP 7 maintenance line at 2.x (cd10776 — the post-v2.1.1 SNAPSHOT bump) and configures master so CI treats both master and 2.x as release branches going forward.

  • .github/workflows/enonic-gradle.yml: add releaseBranch: block listing master + 2.x so build-and-publish recognises both as release branches.
  • .github/workflows/enonic-docgen.yml: also fire docgen on push to 2.x.
  • docs/versions.json: declare 2.x as stable / latest and master as next, matching the app-booster reference.

gradle.properties already declares version=3.0.0-SNAPSHOT, so no version bump is needed on master.

A companion PR will land on 2.x itself to add the same releaseBranch: block (the release-tools action reads releaseBranch: from each branch's own workflow file).

Test plan

  • CI on this PR passes (gradle build green).
  • After merge, a push to master is still classified as a release branch (build.outputs.release == 'true').
  • After the companion 2.x PR merges, a push to 2.x is also classified as a release branch.

Configure release-branch CI for both master and the 2.x maintenance
line, add 2.x to the docgen trigger, and seed docs/versions.json so
the developer portal can resolve stable vs. next.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@rymsha rymsha mentioned this pull request May 6, 2026
2 tasks
@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 78.85%. Comparing base (297eb41) to head (ac73b24).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #169   +/-   ##
=========================================
  Coverage     78.85%   78.85%           
  Complexity      128      128           
=========================================
  Files            25       25           
  Lines           402      402           
  Branches         25       25           
=========================================
  Hits            317      317           
  Misses           65       65           
  Partials         20       20           

☔ 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 7b3b8a9 into master May 6, 2026
4 checks passed
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