Release Procedure
Jump to navigation
Jump to search
Contents
Overview
In all steps, replace version with the new version you want to release.
Prepare the FreeM Repository
Set the Release Version
In the root of the freem
repository, run scripts/set-version version
Update the ChangeLog
Make sure the ChangeLog
file summarizes the changes present in this version
Commit and Tag
In the root of the freem
repository, run these commands:
$ cvs ci -m "Commit message"
Now, wait for the build farm to crunch through the build on all platforms. Once the build is clean, go to the parent directory of the freem repository and run the following commands to tag the release:
$ cvs tag vMaj-Min-Patch freem