chore: bump version from 3.0.0 to 3.1.0#1886
Merged
Conversation
Update version references across the entire codebase: - Runtime version in onapplicationstart.cfc - Package versions in box.json files - CLI version in ModuleConfig.cfc - Template and dependency constraints (^3.1.0) - Documentation URLs (wheels.dev/3.1.0/) - API reference URLs (wheels.dev/api/v3.1.0/) - Docs sync workflow path - Design docs and release candidate guide Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…PSHOT This file is the source of truth for ForgeBox published versions. The dependency constraint was updated but the version field itself was missed during the initial bump (was still 3.0.1-SNAPSHOT).
Source box.json files now use clean versions (e.g. 3.1.0) instead of 3.1.0-SNAPSHOT. The release workflow injects -SNAPSHOT for develop builds and publishes stable versions from main — no file changes needed when promoting develop to main. Changes: - release.yml: branch-aware version calculation adds -SNAPSHOT for develop - release.yml: validation checks source files are clean (no SNAPSHOT) - version-bump.yml: clean version inputs (patch/minor/major, no -snapshot) - generate-changelog.yml: remove SNAPSHOT suffix stripping (no longer needed) - box.json files: remove -SNAPSHOT suffix from version fields
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
wheels.dev/3.0.0/towheels.dev/3.1.0/templates/base/src/box.jsonversion field (source of truth for ForgeBox publishing) from3.0.1-SNAPSHOTto3.1.0-SNAPSHOTFiles changed
onapplicationstart.cfcruntime version stringbox.jsonfiles acrosscore/,templates/base/,templates/base/src/,cli/src/ModuleConfig.cfcversion,upgrade.cfcversion list,generate/app.cfctemplate referencesdocs-sync.ymlrsync pathTest plan
3.1.0-SNAPSHOT+<build>versionwheels upgrade --checkshows correct version list