Skip to content

Commit 8700f7d

Browse files
committed
Update Release Process.md
1 parent b979c96 commit 8700f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release Process.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The Git workflow used in this project is largely inspired by [Gitflow workflow](
1111
* Cherry-pick the necessary commits to the `next` branch
1212
* Push to GitHub, make sure all CI tests are passed, and then run `yarn release --dist-tag next` in the project root
1313
* Draft a new **pre-release** in the GitHub [Releases](https://github.com/vuejs/vue-cli/releases) page
14+
* Merge `next` back into `dev`
1415
* If no urgent regressions have been reported in **3 days**:
1516
* run `npm dist-tag add {{package-name}} latest` for all the packages in this repository
1617
* Go to the Releases page and uncheck the `This is a pre-release` option for this release

0 commit comments

Comments
 (0)