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 2019/10/11 14:52:38 UTC

[openwhisk-release] branch master updated: release config used for openwhisk-runtime-go-1.14.0 (#306)

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 59acf3f  release config used for openwhisk-runtime-go-1.14.0 (#306)
59acf3f is described below

commit 59acf3f2c2325bdddf313fd48ef8795020843c7d
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Oct 11 10:52:33 2019 -0400

    release config used for openwhisk-runtime-go-1.14.0 (#306)
---
 release-configs/runtime-go-1.14.0.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/runtime-go-1.14.0.config b/release-configs/runtime-go-1.14.0.config
new file mode 100644
index 0000000..52a49f2
--- /dev/null
+++ b/release-configs/runtime-go-1.14.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.14.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-go"
+  ],
+  "openwhisk_runtime_go": {
+    "name": "OpenWhisk Runtime Go",
+    "hash": "0b06732ed2876190f5d7e42334164061b4dadbd6",
+    "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+    "branch": "master"
+  }
+}