Skip to content

Drop .pre suffix from version 3.6.0#796

Merged
kitcommerce merged 1 commit intonextfrom
ci/drop-pre-version
Mar 7, 2026
Merged

Drop .pre suffix from version 3.6.0#796
kitcommerce merged 1 commit intonextfrom
ci/drop-pre-version

Conversation

@kitcommerce
Copy link

Summary

Bundler treats 3.6.0.pre as less than 3.6.0, causing all plugin repos with gemspec constraints >= 3.6.x to fail bundle resolution when pointing at the next branch via git source.

This one-line change unblocks CI across all 35+ plugin repos.

Related

Changes

  • core/lib/workarea/version.rb: PRE = 'pre'PRE = nil
  • Version changes from 3.6.0.pre3.6.0

Bundler treats 3.6.0.pre as less than 3.6.0, which causes all plugin
repos with gemspec constraints >= 3.6.x to fail bundle resolution when
pointing at the next branch via git source.

Dropping the pre suffix unblocks CI across all 35+ plugin repos.
@kitcommerce kitcommerce merged commit 62e6f79 into next Mar 7, 2026
7 of 17 checks passed
@kitcommerce kitcommerce deleted the ci/drop-pre-version branch March 7, 2026 02:32
kitcommerce added a commit that referenced this pull request Mar 9, 2026
Bundler treats 3.6.0.pre as less than 3.6.0, which causes all plugin
repos with gemspec constraints >= 3.6.x to fail bundle resolution when
pointing at the next branch via git source.

Dropping the pre suffix unblocks CI across all 35+ plugin repos.

Co-authored-by: Kit (OpenClaw) <kit@openclaw.ai>
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