]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/stdlib/RELEASE_PROCESS.markdown
upgrade to stdlib 4.6.1
[dsa-puppet.git] / modules / stdlib / RELEASE_PROCESS.markdown
diff --git a/modules/stdlib/RELEASE_PROCESS.markdown b/modules/stdlib/RELEASE_PROCESS.markdown
deleted file mode 100644 (file)
index ea40d5d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Releasing this module #
-
- * Work in a topic branch
- * Submit a github pull request
- * Address any comments / feeback
- * Merge into master using --no-ff
- * Update the CHANGELOG
- * Update the Modulefile
- * 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
-