Release docs: describe how to upload the WAR to the Google Cloud Storage
Publishing the WAR file is more important than publishing the plugin
artifacts. This is why the section that describes the publishing of
the WAR file should come first.
Change-Id: Ibc0bea4d8a70a1b737f62ff4c9978fb0081d720d
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/dev-release.txt b/Documentation/dev-release.txt
index 59bc2b1..1a382f1 100644
--- a/Documentation/dev-release.txt
+++ b/Documentation/dev-release.txt
@@ -155,6 +155,20 @@
[[publish-gerrit]]
=== Publish the Gerrit Release
+[[publish-gerrit-war]]
+==== Publish the Gerrit WAR (with Core Plugins)
+
+* Upload the WAR to the Google Cloud Storage
+
+** go to https://console.developers.google.com/project/164060093628/storage/gerrit-releases/
+** make sure you are signed in with your Gmail account
+** manually upload the Gerrit WAR file by using the `Upload` button
+
+* Push the WAR to Maven Central:
++
+----
+ buck build war_deploy
+----
[[extension-and-plugin-api]]
==== Publish the Extension and Plugin API Jars
@@ -176,16 +190,6 @@
VERBOSE=1 buck build api_deploy
----
-[[publish-gerrit-war]]
-==== Publish the Gerrit WAR (with Core Plugins)
-
-* Push the WAR to Maven Central:
-+
-----
- buck build war_deploy
-----
-
-
[[push-stable]]
==== Push the Stable Branch