You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/07/29 01:18:19 UTC

[openwhisk-release] branch master updated: add wskdebug-1.3.0 release config (#339)

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

rabbah 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 a417531  add wskdebug-1.3.0 release config (#339)
a417531 is described below

commit a417531e1c2040fd5a39a31d28a1bc0a9c382bd5
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Tue Jul 28 18:18:10 2020 -0700

    add wskdebug-1.3.0 release config (#339)
---
 release-configs/wskdebug-1.3.0.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/wskdebug-1.3.0.json b/release-configs/wskdebug-1.3.0.json
new file mode 100644
index 0000000..2facd65
--- /dev/null
+++ b/release-configs/wskdebug-1.3.0.json
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.3.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-wskdebug"
+  ],
+  "openwhisk_wskdebug": {
+    "name": "OpenWhisk wskdebug",
+    "hash": "c90b665c1b45cde0526d176af5db9204fcd904ff",
+    "repository": "https://github.com/apache/openwhisk-wskdebug.git",
+    "branch": "master"
+  }
+}