forked from kimchy/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.txt
24 lines (23 loc) · 1.01 KB
/
release.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Release Process:
* Run svn update
* Change project.properties compass-version to the actual version number (it should probably already be set)
* Change docs/reference/src/compass.xml releaseInfo to the actual version number (it should probably already be set)
* Change readme.txt to the version number (it should probably already be set)
* update upgrade.txt
* Run ant clean
* Run ant release
* Extract compass-x.y-with-dependencies
- Verify the samples
- Run ant tests
* Run svn commit
* Tag using svn copy, branch if required
* Upload the release files (zip files) to sourceforge.
* Run "ant mvn" and Upload the jars into repo.compass-project.org.
* Upload the new documentation to compass-project site.
* Upload new schema and dtd files.
* Update the Compass homepage with links to the new release.
* Change project.properties compass-version to the next version
* Change docs/reference/src/compass.xml releaseInfo to the next version
* Change readme.txt to the next version
* Release the actual version in Jira
* Run svn commit