Skip to content

Commit

Permalink
importing release info from aerogear/as-archetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
qmx committed Mar 2, 2012
1 parent 1c1fb8d commit fe5e2c1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions RELEASE_HOWTO.md
@@ -0,0 +1,30 @@
# Release process

## Archetypes

1. Regenerate the blanks by running

./generate-blank.sh -ca

which will update the blank archetypes from the main sources

2. Commit any changes to the blanks

3. Update versions by running

./release-utils.sh -u -o <old snapshot version> -n <release version>

4. Commit the version update
5. Tag

git tag -a <release version> -m "Release <release version"
6. Stage the release

./release-utils.sh -r
7. Reset version numbers to snapshots

./release-utils.sh -u -o <release version> -n <new snapshot version>
8. Commit this
9. Promote the staged repo


0 comments on commit fe5e2c1

Please sign in to comment.