From 9b71e47e0bc570c6e91acab0711b06c0817914b4 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 20 Mar 2019 13:20:50 -0400 Subject: [PATCH] clarify wording on process doc --- .github/PROCESS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PROCESS.md b/.github/PROCESS.md index ee3418ef8e..e6ba32b055 100644 --- a/.github/PROCESS.md +++ b/.github/PROCESS.md @@ -214,9 +214,9 @@ Hotfixes bypass `master` and should only be used for urgent fixes that can't wai ## Releasing 1. Create the release branch from `master`, for example: `release-4.1.0`. -1. Submit a pull request to merge the release branch into `stable`. +1. Submit a pull request from the release branch into `stable`. Do not merge this pull request yet. 1. Verify all tests are passing, fix any bugs if needed and make sure no undesired commits are in. -1. Navigate to the root of the repository. +1. Navigate to the root of the repository while on the release branch. 1. Run `npm i` if it hasn't already been done. 1. Run `npm run release.prepare` - Select the version based on the type of commits and the [Ionic Versioning](https://ionicframework.com/docs/intro/versioning)