Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autorelease: Fix rolling-release version for a release (#40522)
Because PHP's `version_compare()` is used for the comparison, something like `6.0.0+rolling.12345.gbeef` < `6.0.0-alpha+rolling.12345.gbeef`. To avoid this being a problem, if the version number isn't already -alpha then bump it as for a point release, e.g. `6.0.0` → `6.0.1-alpha`. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12238610275 Upstream-Ref: Automattic/jetpack@d6205c2
- Loading branch information