You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2021/04/05 17:43:37 UTC

[openwhisk-release] branch master updated: Add the release config for CLI v1.2.0 (#382)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c127e2  Add the release config for CLI v1.2.0 (#382)
4c127e2 is described below

commit 4c127e200e2bddcfd72dddb1bdb12b8c77f7464a
Author: Matt Rutkowski <mr...@apache.org>
AuthorDate: Mon Apr 5 12:43:30 2021 -0500

    Add the release config for CLI v1.2.0 (#382)
---
 docs/release_instructions.md   |  2 +-
 release-configs/cli-1.2.0.json | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 63db9ec..fa0a6e8 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -458,7 +458,7 @@ When announcing a release, you must use the URL of the OpenWhisk Downloads page
 
 1. Remove the release candidate files from the staging svn.
 
-  for example:
+  for example, from the SVN `stagingArea/svn_staging/rc1` directory:
 
   ```sh
   $ svn delete openwhisk-<project>-<version>-sources.tar.gz
diff --git a/release-configs/cli-1.2.0.json b/release-configs/cli-1.2.0.json
new file mode 100644
index 0000000..2e9db62
--- /dev/null
+++ b/release-configs/cli-1.2.0.json
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.2.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-cli"
+  ],
+  "openwhisk_cli": {
+    "name": "OpenWhisk Command-line Interface (CLI)",
+    "hash": "7c47ef1dbad550566114baf976c091b4cdd9e678",
+    "repository": "https://github.com/apache/openwhisk-cli.git",
+    "branch": "master"
+  }
+}