Bump version to 3.0.0-SNAPSHOT for XP 8#169
Merged
Merged
Conversation
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>
2 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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.
Summary
Branches out the XP 7 maintenance line at
2.x(cd10776 — the post-v2.1.1SNAPSHOT bump) and configures master so CI treats both master and2.xas release branches going forward..github/workflows/enonic-gradle.yml: addreleaseBranch:block listingmaster+2.xsobuild-and-publishrecognises both as release branches..github/workflows/enonic-docgen.yml: also fire docgen on push to2.x.docs/versions.json: declare2.xas stable / latest andmasteras next, matching the app-booster reference.gradle.propertiesalready declaresversion=3.0.0-SNAPSHOT, so no version bump is needed on master.A companion PR will land on
2.xitself to add the samereleaseBranch:block (the release-tools action readsreleaseBranch:from each branch's own workflow file).Test plan
masteris still classified as a release branch (build.outputs.release == 'true').2.xPR merges, a push to2.xis also classified as a release branch.