-
Notifications
You must be signed in to change notification settings - Fork 41
Release Process
A release of TEAM Engine occurs once per month. A minor version is released every month. It usually contains minor features and bug fixes. Commits happen during the first 3 weeks. At the fourth week integration tests are performed and a release is made in the OGC beta web site. There it stays for one month and then it is moved to production.
The revision number looks as follows:
Major.Minor.Patch
The mayor release, happens once per year. Introduces mayor features, sometimes not backwards compatible
Minor revisions happen every month. Introduces minor features, major bug fixes, etc.
Happens as needed, when there is a critical bug that cannot wait until the next monthly release.
The master branch contains the latest code; it must always build. The version in master is:
Major.Minor-SNAPSHOT
Where Minor is the next minor revision