Description
The Build.One Framework will be continuously improved, currently there’s a new version available every two weeks. We recommend to update always to the latest version.
The release notes can be found here: Release Notes
Please make sure to check in the current year for the release notes
How to use it
You can update the version by yourself, our recommended approach would be
- Create a ticket for the update in your ticket management system
- Open up a separate branch for that
- Open up a pro-code workspace for this branch
- In the pro-code CLI use the command
build-one update [VERSION_NUMBER]
- Use the [VERSION_NUMBER] in the format 23.1.0
- With this command all relevant files will be updated to use the choosen version, you’ll see these ones in the changed files section
- Proceed like with other features: Stage the changes and commit them to your branch
- On every new workspace from this branch, you can use the new version for testing
- After your testing is successful you can merge your branch to your main branch
Best Practices
- Use shortcut
Shift + Alt + F1
(Shift + fn + option + F1
on a mac) to check current Build.One Version
Back to Documentation
Back to Home Page