From a78111222e3cfb8428cfc07203aeb29be97f48a0 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Tue, 24 May 2011 11:48:50 -0700 Subject: Update changelog for version 0.1.2 Also add release process information. --- RELEASE_PROCESS.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 RELEASE_PROCESS.markdown (limited to 'RELEASE_PROCESS.markdown') diff --git a/RELEASE_PROCESS.markdown b/RELEASE_PROCESS.markdown new file mode 100644 index 0000000..df20730 --- /dev/null +++ b/RELEASE_PROCESS.markdown @@ -0,0 +1,12 @@ +# Releasing this module # + + * Work in a topic branch + * Submit a github pull request + * Address any comments / feeback + * Merge into master using --no-fw + * Update the CHANGELOG + * Create an annotated tag with git tag -a X.Y.Z -m 'version X.Y.Z' + * Push the tag with git push origin --tags + * Build a new package with puppet-module + * Publish the new package to the forge + -- cgit v1.2.3