blob: d81cf5ffb2a1f72c757b45648bd2b6260f7aeaa5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-----------------
Release Checklist
-----------------
- Update to latest from git
- Run 'nant -t:net-1.1 clean test'
- Edit AssemblyInfo.cs: Change version and check copyright
- Edit NBuild.build: Change version
- Edit License.html: Check copyright
- Edit Readme.html: Add release notes
- Commit changes to git
- Tag git repository with "release-${version}"
- Push changes/tag to git
- Run 'nant -t:net-1.1 clean dist'
|