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 <[email protected]> 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
