Skip to content

Bump main to 1.5.0 for development - #34

Merged
adborbas merged 1 commit into
mainfrom
chore/bump-main-1.5.0
Jul 17, 2026
Merged

Bump main to 1.5.0 for development#34
adborbas merged 1 commit into
mainfrom
chore/bump-main-1.5.0

Conversation

@adborbas

Copy link
Copy Markdown
Owner

Changes

Advance main's MARKETING_VERSION from 1.4.0 → 1.5.0.

Why

After cutting release/1.4.0, main must advance to the next in-development version so it never sits on a released version. The cut_release fastlane lane tried to do this with a direct push, which was rejected by the main branch ruleset ("Changes must be made through a pull request" + required "Unit Tests" check). This PR performs that same bump through the required PR flow.

Notes

  • release/1.4.0 was created successfully by the cut; only the main-advance step needs this PR.
  • Follow-up worth considering: update the cut_release lane to open a PR for the main bump instead of pushing directly, so the automation matches branch protection.

Advances main to the next in-development version after cutting release/1.4.0.
The cut_release lane's direct push to main was rejected by branch protection
(PR + Unit Tests required), so this does it via PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@adborbas
adborbas merged commit f071bce into main Jul 17, 2026
1 check passed
@adborbas
adborbas deleted the chore/bump-main-1.5.0 branch July 17, 2026 20: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.

1 participant