Skip to content

Make version bump manual and add PR version check#227

Merged
shanejbrown merged 2 commits intoadobe:mainfrom
shanejbrown:version-fix2
Feb 19, 2026
Merged

Make version bump manual and add PR version check#227
shanejbrown merged 2 commits intoadobe:mainfrom
shanejbrown:version-fix2

Conversation

@shanejbrown
Copy link
Contributor

@shanejbrown shanejbrown commented Feb 19, 2026

What does this PR do?

What issues does this PR fix or reference?

Previous Behavior

New Behavior

Merge requirements satisfied?

  • I have updated the documentation or no documentation changes are required.
  • I have added tests to cover my changes.
  • I have updated the base version in pyproject.toml (if appropriate).

- Require strictly greater version (major.minor.patch) vs main.
- Add parsing for 1–3 part versions (e.g. "3" → 3.0.0, "3.22" → 3.22.0).
- Fail on MAJOR decrease; on MINOR decrease without MAJOR bump; on PATCH decrease without MAJOR/MINOR bump; on same version.
- Rename step to "Check version increased from main"; clarify comments.
- VERSIONING.md: retitle to "version must increase", describe rules.
@shanejbrown shanejbrown merged commit dd215bb into adobe:main Feb 19, 2026
12 checks passed
shanejbrown added a commit to shanejbrown/buildrunner that referenced this pull request Feb 24, 2026
This reverts commit dd215bb, reversing
changes made to 3a10e91.
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.

2 participants