You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2020/11/17 10:35:25 UTC

[openwhisk-release] branch master updated: Add release configs for openwhisk 1.0.0 (#351)

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

style95 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 0c4bcb7  Add release configs for openwhisk 1.0.0 (#351)
0c4bcb7 is described below

commit 0c4bcb76711358b6d8d6350fb4dee5572d18916c
Author: Dominic Kim <st...@apache.org>
AuthorDate: Tue Nov 17 19:35:11 2020 +0900

    Add release configs for openwhisk 1.0.0 (#351)
    
    * Add release configs for openwhisk 1.0.0
    
    * Update the branch and commit hash
    
    * Update the commit hash
    
    * Update the git hash
---
 .gitignore                             |  1 +
 release-configs/openwhisk-1.0.0.config | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/.gitignore b/.gitignore
index e3f9ae2..9c51b96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 openwhisk_release/
 stagingArea/
 tools/mail-config.yaml
+.idea
diff --git a/release-configs/openwhisk-1.0.0.config b/release-configs/openwhisk-1.0.0.config
new file mode 100644
index 0000000..592ea26
--- /dev/null
+++ b/release-configs/openwhisk-1.0.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.0.0",
+    "pre_release_version": "rc3"
+  },
+  "RepoList": [
+    "OpenWhisk"
+  ],
+  "OpenWhisk": {
+    "name": "OpenWhisk",
+    "hash": "2c621c0733befdadadb5f25f167fe575d1b15739",
+    "repository": "https://github.com/apache/openwhisk.git",
+    "branch": "1.0.0"
+  }
+}