Document do-dev-release
diff --git a/ReleasingMelange.wiki b/ReleasingMelange.wiki
index 877aa33..fc22cb8 100644
--- a/ReleasingMelange.wiki
+++ b/ReleasingMelange.wiki
@@ -38,6 +38,11 @@
 If you need to specify a specific version label, you can do:
   `make do-release VERSION=2-1-2014XXYY-p1`
 
+If you don't want to update the version string in app.yaml, you can use `make do-dev-release`.  It will name its releases based on the output of `git describe --tags`.  For example:
+  * `make do-dev-release APP=melange-hrd-dev`
+  * `make do-dev-release APP=google-melange`
+
+
 == Shifting traffic to a release ==
 
 The traffic splitting feature on [https://appengine.google.com/deployment?app_id=s~google-melange the production release dashboard] should be used to gradually shift traffic over to the new release while monitoring the logs for any stack traces or error messages that might indicate defects in the new release.