Skip to content

Getting ready for 13.2 release#322

Merged
wmathurin merged 1 commit intoforcedotcom:devfrom
wmathurin:dev
Mar 9, 2026
Merged

Getting ready for 13.2 release#322
wmathurin merged 1 commit intoforcedotcom:devfrom
wmathurin:dev

Conversation

@wmathurin
Copy link
Contributor

No description provided.

const devBranchDefault = "dev2"
const docBranchDefault = "gh-pages2"
const versionReleasedDefault = VERSION
const nextVersionDefault = "13.2.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NB: those can be typed in at release time but it's nice to have correct default values.

cmds: [
`git checkout ${config.masterBranch}`,
`./docs/generate_docs.sh`,
`git checkout -- *.podspec`, // build might regenerate podspecs - ignore those changes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now use xcodebuild docbuild to generate the doc (see forcedotcom/SalesforceMobileSDK-iOS#4000) and that might regenerate the podspec. We don't want the switching to the gh-pages branch to fail because of it.

@wmathurin wmathurin merged commit 204682f into forcedotcom:dev Mar 9, 2026
15 checks passed
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