You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/12/31 19:59:24 UTC

[openwhisk-release] branch master updated: Nodejs 117 (#360)

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 14ca452  Nodejs 117 (#360)
14ca452 is described below

commit 14ca452cc3a2c57ac15027734ca72a7434f6a978
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Dec 31 14:59:15 2020 -0500

    Nodejs 117 (#360)
    
    * fix typo in instructions
    
    * runtime-nodejs 1.17 config
---
 docs/release_instructions.md                 |  2 +-
 release-configs/runtime-nodejs-1.17.0.config | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 63d54a3..08bf191 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -34,7 +34,7 @@ Actually publishing a release is an official act of the OpenWhisk
 Project Management Committee (PMC).  If you are an OpenWhisk Committer,
 but not an OpenWhisk PMC member, you will need to pair-up with a PMC member to
 accomplish some of the steps.  In brief, any step that adds or removes
-an artifact from a public distributions channel must be executed by
+an artifact from a public distribution channel must be executed by
 an OpenWhisk PMC member.
 
 ## Background Information
diff --git a/release-configs/runtime-nodejs-1.17.0.config b/release-configs/runtime-nodejs-1.17.0.config
new file mode 100644
index 0000000..1c80b5d
--- /dev/null
+++ b/release-configs/runtime-nodejs-1.17.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.17.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-nodejs"
+  ],
+  "openwhisk_runtime_nodejs": {
+    "name": "OpenWhisk Runtime Node.js",
+    "hash": "2ca9f71561d5f35076b1a72c4d179a535642fd9a",
+    "repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
+    "branch": "master"
+  }
+}