You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/15 01:26:22 UTC

[openwhisk-wskdebug] branch master updated: add "Releasing" section to readme (#50)

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

alexkli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 1908c24  add "Releasing" section to readme (#50)
1908c24 is described below

commit 1908c2460e072ebcf16a436dde6d221c4f23faea
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Tue Apr 14 18:26:14 2020 -0700

    add "Releasing" section to readme (#50)
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index b58b245..ed01193 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ _On the left [Visual Studio Code](https://code.visualstudio.com) in debug mode.
   * [How it works](#how-it-works)
   * [Development](#development)
   * [Contributing](#contributing)
+  * [Releasing](#releasing)
   * [Licensing](#licensing)
 
 <a name="installation"></a>
@@ -719,6 +720,16 @@ See also [invoker.js](src/invoker.js). Note that some of these might not be set
 
 Contributions are welcomed! Read the [Contributing Guide](.github/CONTRIBUTING.md) for more information.
 
+<a name="releasing"></a>
+## Releasing
+
+Releases are done using the [Apache OpenWhisk Release Process](https://github.com/apache/openwhisk-release/blob/master/docs/release_instructions.md).
+
+`wskdebug` releases are made available:
+- on the [Apache OpenWhisk download page](https://openwhisk.apache.org/downloads), stored on Apache mirrors (canonical signed releases)
+- on NPM as [@openwhisk/wskdebug](https://www.npmjs.com/package/@openwhisk/wskdebug) (for convenience, not signed)
+- as [Github Releases](https://github.com/apache/openwhisk-wskdebug/releases) (for tracking release history, linked to source history, not signed)
+
 <a name="licensing"></a>
 ## Licensing