Project

General

Profile

Release process » History » Version 1

Greg Burri, 02/19/2009 09:14 AM

1 1 Greg Burri
h1. Release process
2
3
Example for the 1.4.0 release
4
5
# The branche 1.4 is created from the trunk and the local repo is switched to
6
# The VERSION file is updated to "1.4.0"
7
# Pre-production deployement : script "tools/tools.erl"
8
# Some tests are made on the pre-production version
9
# Production deployement : script "tools/tools.erl"
10
# Creation of the "1.4.0" tag
11
# Switch to the trunk and update of the VERSION file to "1.5.0a", 'a' stand for "alpha".