diff --git a/RELEASE_HOWTO.md b/RELEASE_HOWTO.md new file mode 100644 index 0000000..ed91adf --- /dev/null +++ b/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 -n + +4. Commit the version update +5. Tag + + git tag -a -m "Release -n +8. Commit this +9. Promote the staged repo + +