opensmalltalk-vm
opensmalltalk-vm copied to clipboard
Document VM release process
Here is a draft.
How to make a new RC of the OSVM:
- Tag specific commit with its UTC timestamp, e.g., 202205110711 for May 11, 2022 at 7:11
- Run all "Build for*" workflows manually for that tag
- Verify that a pre-release was created for that tag, containing all build artifacts
- Write an email to the vm-dev mailing list
How to make a new release of the OSVM:
- Do a new RC (see above)
- Edit that GitHub pre-release to be an actual release
- Change the description to have some release notes on the changes
- Write an "[ANN] ..." email to vm-dev mailing list
How to make use of OSVM-RC in squeak-app bundles:
- Maybe do a new RC (see above)
- In any branch's bundle.yml, set VM_RC_TAG in prepare-bundles job to the RC tag
- Write an email to the squeak-dev mailing list
How to make use of a new OSVM release in squeak-app bundles:
- Maybe make a new VM release (see above)
- Update the files in http://files.squeak.org/base/ for the Squeak versions of your choice
- :warning: Watch out for minor differences between OSVM packaging and what vm-*.zip expects. For example, Linux has an extra indirection that needs to be removed. And those macOS .dmg packages have to be converted to .zip for squeak-app.
- Write an email to the squeak-dev mailing list
How to make use of a new OSVM release in squeak-app bundles:
- Maybe make a new VM release (see above)
- Update the files in http://files.squeak.org/base/ for the Squeak versions of your choice
- ⚠️ Watch out for minor differences between OSVM packaging and what vm-*.zip expects. For example, Linux has an extra indirection that needs to be removed. And those macOS .dmg packages have to be converted to .zip for squeak-app.
- Write an email to the squeak-dev mailing list
- Bump
SystemVersion>>#recommendedVMBuildNumberin Squeak-Trunk (or maybe also in older Squeak versions >= Squeak 6.1)