TechnicalReleaseSteps
Version 2 (Adrien Gallou, 04/10/2011 02:22 pm)
| 1 | 1 | h1. TechnicalReleaseSteps |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | * check if config/app.yml version is correct |
|
| 4 | 1 | * check if data/fixtures.yml version is correct |
|
| 5 | 1 | * if those versions aren't right, commit the new version |
|
| 6 | 1 | * do the actual tag : |
|
| 7 | 1 | <pre> |
|
| 8 | 1 | git tag v0.2 |
|
| 9 | 1 | </pre> |
|
| 10 | 1 | * push the tag to the remote repository |
|
| 11 | 1 | <pre> |
|
| 12 | 1 | git push --tags |
|
| 13 | 1 | </pre> |
|
| 14 | 2 | Adrien Gallou | * Create the tgz : |
| 15 | 2 | Adrien Gallou | <pre> |
| 16 | 2 | Adrien Gallou | git archive --format=tar --prefix=mageia_app_db-0.2/ v0.2 | gzip > mageia_app_db-0.2-`cat .git/refs/tags/v0.2`.tar.gz |
| 17 | 2 | Adrien Gallou | </pre> |
| 18 | 2 | Adrien Gallou | * Upload it to redmine |