Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Target a Specific Release for Your Unlocked Packages During Salesforce Release Transitions
1{
2 "release": "previous"
3}1{
2 "release": "preview"
3}In the sfdx-project.json file, set the sourceApiVersion to correspond with the release version of the package version you’re creating. If you are targeting a previous release, any sourceApiVersion value below the current release is accepted.
1sf package version create --package pkgA --definition-file config/project-scratch-def.jsonPreview start date is when sandbox instances are upgraded. Preview end date is when all instances are on the GA release.
| Release Version | Preview Start Date | Preview End Date |
|---|---|---|
| Spring ’26 | January 11, 2026 | February 21, 2026 |
| Summer ’26 | May 10, 2026 | June 13, 2026 |
| Winter ’27 | August 30, 2026 | October 10, 2026 |