You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/27 13:35:02 UTC

[openwhisk-release] branch master updated: config for client-js 3.21.5 (#401)

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

dgrove 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 b1528b5  config for client-js 3.21.5 (#401)
b1528b5 is described below

commit b1528b59ab398e6a1dfece8ec681c7c5d0923731
Author: Cosmin Stanciu <se...@users.noreply.github.com>
AuthorDate: Fri May 27 06:34:57 2022 -0700

    config for client-js 3.21.5 (#401)
---
 release-configs/client-js-3.21.5.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/client-js-3.21.5.config b/release-configs/client-js-3.21.5.config
new file mode 100644
index 0000000..a5ed173
--- /dev/null
+++ b/release-configs/client-js-3.21.5.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "3.21.5",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-client-js"
+  ],
+  "openwhisk_client_js": {
+    "name": "OpenWhisk Client Js",
+    "hash": "cb4b147ada707fddc34f37a5bdc4413eb06b2474",
+    "repository": "https://github.com/apache/openwhisk-client-js.git",
+    "branch": "master"
+  }
+}