This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-platform_release_jira in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
commit a626e021ce73221beedd2ee8a5bcb9cd047f279f Author: Jan Piotrowski <[email protected]> AuthorDate: Thu May 9 15:12:01 2019 +0200 fix --- docs/platforms-release-process.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md index a42d151..ba34362 100644 --- a/docs/platforms-release-process.md +++ b/docs/platforms-release-process.md @@ -21,21 +21,20 @@ # Release Process for Cordova Platforms -This page describes the technical steps for doing a `Platforms Release`. +This page describes the technical steps for doing a Platforms Release. ## Table of contents -It describes the following steps: - - [General instructions](#general-instructions) * [Read first](#read-first) * [Repository setup](#repository-setup) - [Before you start](#before-you-start) * [Request buy-in](#request-buy-in) - [Before Release](#before-release) - * [npm audit check](#npm-audit-check) + * [Make sure you're up-to-date](#make-sure-youre-up-to-date) * [Check dependencies](#check-dependencies) - [Resolve any outdated dependencies](#resolve-any-outdated-dependencies) + * [`npm audit` check](#npm-audit-check) * [License Check](#license-check) - [Prepare Release](#prepare-release) * [Optional: Set release version in `package.json`](#optional-set-release-version-in-packagejson) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
