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

[openwhisk-release] branch wskdebug-1.3.0 created (now dfedb1d)

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

alexkli pushed a change to branch wskdebug-1.3.0
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git.


      at dfedb1d  add wskdebug-1.3.0 release config

This branch includes the following new commits:

     new dfedb1d  add wskdebug-1.3.0 release config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-release] 01/01: add wskdebug-1.3.0 release config

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dfedb1de0f6b1520409d3fcda2dc3d99f4db72e2
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Tue Jul 28 11:32:24 2020 -0700

    add wskdebug-1.3.0 release config
---
 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"
+  }
+}