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 6fa9a12 document config for openwhisk-runtime-go v1.15.0 rc1 (#316)
6fa9a12 is described below
commit 6fa9a12b6f949784f84536a01de50eca3f7c8bfc
Author: David Grove <[email protected]>
AuthorDate: Thu Jan 16 10:00:58 2020 -0500
document config for openwhisk-runtime-go v1.15.0 rc1 (#316)
---
release-configs/runtime-go-1.15.0.config | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/release-configs/runtime-go-1.15.0.config
b/release-configs/runtime-go-1.15.0.config
new file mode 100644
index 0000000..241daf5
--- /dev/null
+++ b/release-configs/runtime-go-1.15.0.config
@@ -0,0 +1,15 @@
+{
+ "versioning": {
+ "version": "1.15.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-runtime-go"
+ ],
+ "openwhisk_runtime_go": {
+ "name": "OpenWhisk Runtime Go",
+ "hash": "ddfded27004b1042bdccde9c75b7404f439ebc2a",
+ "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+ "branch": "master"
+ }
+}