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 0a25ca8  config for runtime-rust 1.0.0 rc1 (#327)
0a25ca8 is described below

commit 0a25ca8ab6a7eda716f9e67eec9404bb59e7cf5a
Author: David Grove <[email protected]>
AuthorDate: Mon Feb 10 10:20:04 2020 -0500

    config for runtime-rust 1.0.0 rc1 (#327)
---
 README.md                                 |  7 +++++++
 release-configs/runtime-rust-1.0.0.config | 15 +++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/README.md b/README.md
index ece2a0a..ced3ed2 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,13 @@ The following table can be used by Release Managers to 
check the status of all p
 <td><a 
href="https://github.com/apache/openwhisk-runtime-ruby/blob/master/tools/travis/build.sh";>build.sh</a></td>
 </tr>
 <tr align="left">
+<td><a 
href="https://github.com/apache/openwhisk-runtime-rust";>openwhisk-runtime-rust</a></td>
+<td><a 
href="https://travis-ci.org/apache/openwhisk-runtime-rust/branches";><img 
src="https://travis-ci.org/apache/openwhisk-runtime-rust.svg?branch=master"; 
alt="" /></a></td>
+<td><a 
href="https://github.com/apache/openwhisk-runtime-rust/blob/master/LICENSE.txt";><img
 src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"; alt="" 
/></a></td>
+<td><a 
href="https://github.com/apache/openwhisk-runtime-rust/blob/master/NOTICE.txt";>NOTICE</a></td>
+<td><a 
href="https://github.com/apache/openwhisk-runtime-rust/blob/master/tools/travis/build.sh";>build.sh</a></td>
+</tr>
+<tr align="left">
 <td><a href="https://github.com/apache/openwhisk-runtime-swift";> 
openwhisk-runtime-swift</a></td>
 <td align="left"><a 
href="https://travis-ci.org/apache/openwhisk-runtime-swift/branches";><img 
src="https://travis-ci.org/apache/openwhisk-runtime-swift.svg?branch=master"; 
alt="" /></a></td>
 <td><a 
href="https://github.com/apache/openwhisk-runtime-swift/blob/master/LICENSE.txt";><img
 src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"; alt="" 
/></a></td>
diff --git a/release-configs/runtime-rust-1.0.0.config 
b/release-configs/runtime-rust-1.0.0.config
new file mode 100644
index 0000000..889ba49
--- /dev/null
+++ b/release-configs/runtime-rust-1.0.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.0.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-rust"
+  ],
+  "openwhisk_runtime_rust": {
+    "name": "OpenWhisk Runtime Rust",
+    "hash": "bdbdee54739bdd36b879e09fc236078d1bfaedbb",
+    "repository": "https://github.com/apache/openwhisk-runtime-rust.git";,
+    "branch": "master"
+  }
+}

Reply via email to