We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b979c96 commit 8700f7dCopy full SHA for 8700f7d
Release Process.md
@@ -11,6 +11,7 @@ The Git workflow used in this project is largely inspired by [Gitflow workflow](
11
* Cherry-pick the necessary commits to the `next` branch
12
* Push to GitHub, make sure all CI tests are passed, and then run `yarn release --dist-tag next` in the project root
13
* Draft a new **pre-release** in the GitHub [Releases](https://github.com/vuejs/vue-cli/releases) page
14
+ * Merge `next` back into `dev`
15
* If no urgent regressions have been reported in **3 days**:
16
* run `npm dist-tag add {{package-name}} latest` for all the packages in this repository
17
* Go to the Releases page and uncheck the `This is a pre-release` option for this release
0 commit comments