aboutsummaryrefslogtreecommitdiff
path: root/runtime/CSharp2/Cutting a new release.txt
blob: dbc4e3c58e5a792a3bbe42fda2a3e9a93108b6c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=====================================================================
NOTE: The following top-level directory names:
        - build
        - bin
        - docs
      are *reserved* for use by the build system. The 'nant clean' 
      command will remove directories with any of these names 
      without warning!!
=====================================================================

To cut a new release, I need to do the following:

a) Change the version numbers in

	all.antlr3.runtime.net.build
	README.TXT
	Sources/Antlr3.Runtime/default.build
	Sources/Antlr3.Runtime/AssemblyInfo.cs
	Sources/Antlr3.Runtime/Antlr.Runtime/Constants.cs
	Sources/Antlr3.Utility/default.build
	Sources/Antlr3.Utility/AssemblyInfo.cs
	Sources/Antlr3.Runtime.Tests/default.build

b) Update the contents	of

	README.TXT
	CHANGES.TXT

c) Clean the build output directories:

		nant clean
		
d) Build the release assemblies (for .NET v1.1 and .NET v2.0)

		nant release -t:net-1.1
		nant release -t:net-2.0

e) Build the release distro archives (for .NET v1.1 and .NET v2.0)

		nant dist