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 2023/01/16 15:40:13 UTC

[openwhisk-release] branch master updated: client-js 1.21.7 release config (#410)

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 1acf8e1  client-js 1.21.7 release config (#410)
1acf8e1 is described below

commit 1acf8e1a28c7908134d086bcbefe0c269a8a49e7
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Jan 16 10:40:06 2023 -0500

    client-js 1.21.7 release config (#410)
---
 release-configs/client-js-3.21.7.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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