From a6aa237e1057651ef4f51b51d8d326893d5fd639 Mon Sep 17 00:00:00 2001 From: Ryan Heaton Date: Mon, 23 Mar 2015 15:33:16 -0600 Subject: [PATCH] updating release procedures some more --- release-procedure.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/release-procedure.md b/release-procedure.md index 3f9da096b..085fa000d 100644 --- a/release-procedure.md +++ b/release-procedure.md @@ -9,8 +9,10 @@ 4. Make sure the samples are working. 5. `mvn clean deploy -P release` (your new version should now be deployed) 6. Build the distribution from the LAST RELEASE TAG (e.g. `ant -f build-site.xml dist`) -7. [Create the release](https://github.com/stoicflame/enunciate/releases). -8. Make any announcements. +7. Push. +8. Reset HEAD to a snapshot version. +9. [Create the release](https://github.com/stoicflame/enunciate/releases). +10. Make any announcements. * webcohesion blog * javalobby? -9. Do a "replace all" of old_version to new_version in the wiki. +11. Do a "replace all" of old_version to new_version in the wiki.