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 2021/06/17 14:19:38 UTC

[openwhisk-release] branch master updated: release config for openwhisk-catalog 1.0.0 (#393)

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 072293e  release config for openwhisk-catalog 1.0.0 (#393)
072293e is described below

commit 072293ea9c87e5c459922f50187240b2edda0c73
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Jun 17 10:19:31 2021 -0400

    release config for openwhisk-catalog 1.0.0 (#393)
---
 release-configs/catalog-1.0.0.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/catalog-1.0.0.config b/release-configs/catalog-1.0.0.config
new file mode 100644
index 0000000..2d296b9
--- /dev/null
+++ b/release-configs/catalog-1.0.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.0.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-catalog"
+  ],
+  "openwhisk_catalog": {
+    "name": "OpenWhisk Catalog",
+    "hash": "8983c3e1720b214e51527bdfda390acf02fc5baa",
+    "repository": "https://github.com/apache/openwhisk-catalog.git",
+    "branch": "master"
+  }
+}