Updating to v31.5.0
π Required Migration Steps
1. Pull Latest sfops Release from Upstream
# Add upstream repository (one-time setup)
git remote add upstream https://source.flxbl.io/flxbl/sfops
# Fetch and create PR for v31.5.0
git fetch upstream --tags
git checkout -b sfops-v31.5.0-update
git merge v31.5.0
git push origin sfops-v31.5.0-update
# Create PR via GitHub UI and merge it to main2. Configure NPM Settings
Add NPM_SCOPE Variable (Optional)
Add NPM_RC Secret (Only for Non-GitHub Registries)
3. Update Workflow Files
3. For Custom NPM Registry
Add NPM_RC Secret
Verify Scope in NPM_RC
4. For GitHub Packages Users (Default)
β οΈ Breaking Change Warning
π Rollback Plan (if necessary)
β
Validation Checklist
Last updated
Was this helpful?