mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
clarify wording on process doc
This commit is contained in:
4
.github/PROCESS.md
vendored
4
.github/PROCESS.md
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user