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/14 21:22:37 UTC

[openwhisk-wskdebug] branch release-docs created (now 55d9d59)

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

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


      at 55d9d59  add "Releasing" section to readme

This branch includes the following new commits:

     new 55d9d59  add "Releasing" section to readme

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-wskdebug] 01/01: add "Releasing" section to readme

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 55d9d59cd17a5860dc65886311c8a3c8d4b61eeb
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Tue Apr 14 14:22:32 2020 -0700

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

diff --git a/README.md b/README.md
index 0d40687..4023710 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>
@@ -689,6 +690,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 available:
+- on the [Apache OpenWhisk download page](https://openwhisk.apache.org/downloads), stored on Apache mirrors (canonical release)
+- on NPM as [@openwhisk/wskdebug](https://www.npmjs.com/package/@openwhisk/wskdebug) (convenience)
+- as [Github Releases](https://github.com/apache/openwhisk-wskdebug/releases) (linked to source history)
+
 <a name="licensing"></a>
 ## Licensing