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 1c20991 release config for openwhisk-runtime-go 1.16.0 (#346)
1c20991 is described below
commit 1c20991d6fc16b7d671b0c3f946d6b09fb2746d9
Author: David Grove <[email protected]>
AuthorDate: Mon Sep 28 20:08:06 2020 -0400
release config for openwhisk-runtime-go 1.16.0 (#346)
---
release-configs/runtime-go-1.16.0.config | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/release-configs/runtime-go-1.16.0.config
b/release-configs/runtime-go-1.16.0.config
new file mode 100644
index 0000000..e13d4e0
--- /dev/null
+++ b/release-configs/runtime-go-1.16.0.config
@@ -0,0 +1,15 @@
+{
+ "versioning": {
+ "version": "1.16.0",
+ "pre_release_version": "rc1"
+ },
+ "RepoList": [
+ "openwhisk-runtime-go"
+ ],
+ "openwhisk_runtime_go": {
+ "name": "OpenWhisk Runtime Go",
+ "hash": "cd4328476bd3817e157fa3bb4a85981c9ab83472",
+ "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+ "branch": "master"
+ }
+}