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 a5254b4 OpenWhisk Client Js (aka npm openwhisk) config. (#320)
a5254b4 is described below
commit a5254b4a904a60439f561ad23fe09efbdab69c48
Author: rodric rabbah <[email protected]>
AuthorDate: Sun Feb 2 15:16:06 2020 -0500
OpenWhisk Client Js (aka npm openwhisk) config. (#320)
---
release-configs/client-js-3.21.0.config | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/release-configs/client-js-3.21.0.config
b/release-configs/client-js-3.21.0.config
new file mode 100644
index 0000000..486a3ea
--- /dev/null
+++ b/release-configs/client-js-3.21.0.config
@@ -0,0 +1,15 @@
+{
+ "versioning": {
+ "version": "3.21.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-client-js"
+ ],
+ "openwhisk_client_js": {
+ "name": "OpenWhisk Client Js",
+ "hash": "7c402436c24d564088917a8013e68dc9c9c8a9dc",
+ "repository": "https://github.com/apache/openwhisk-client-js.git",
+ "branch": "master"
+ }
+}