chore: use plural forms for "new features" and "breaking changes"

This commit is contained in:
Haoqun Jiang
2019-05-01 00:52:55 +08:00
parent 56a363acac
commit 60ca68f3ea
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
## 4.0.0-alpha.0 (2019-05-01)
#### :boom: Breaking Change
#### :boom: Breaking Changes
* `@vue/cli-service`, `@vue/cli`
* [#3921](https://github.com/vuejs/vue-cli/pull/3921) **generator/preset**: default to dart sass for `sass` option of `cssPreprocessor` ([@sodatea](https://github.com/sodatea))
@@ -39,7 +39,7 @@
## 3.7.0 (2019-04-28)
#### :rocket: New Feature
#### :rocket: New Features
* `@vue/cli-service`
* [#3861](https://github.com/vuejs/vue-cli/pull/3861) feat: add `.version` field and `assertVersion` helper to plugin api ([@sodatea](https://github.com/sodatea))
* [#3847](https://github.com/vuejs/vue-cli/pull/3847) feat: add types for new `lintOnSave` options and multi-page entries ([@sodatea](https://github.com/sodatea))
@@ -97,7 +97,7 @@
* `@vue/cli-ui`
* [022e17d](https://github.com/vuejs/vue-cli/commit/022e17da5725742b0f425c0976b090bd1ce6581f) `--dev` shouldn't try to load dev assets, closes #3802 ([@Akryum](https://github.com/Akryum))
#### :rocket: New Feature
#### :rocket: New Features
* `@vue/cli-ui`
* [bbe4002](https://github.com/vuejs/vue-cli/commit/bbe4002480b46c8ce3721afe1285fea4f7bba3bf) **tasks**: override args switch, closes #3236 ([@Akryum](https://github.com/Akryum))
@@ -125,7 +125,7 @@
## 3.6.0 (2019-04-13)
#### :rocket: New Feature
#### :rocket: New Features
* `@vue/cli-ui`
* [#3688](https://github.com/vuejs/vue-cli/pull/3688) add "copy content to clipboard" button on terminal component ([@pikax](https://github.com/pikax))
* [c81e6c](https://github.com/vuejs/vue-cli/commit/c81e6c21a20d66bfa66a664d94ec3ccc81c54d38) **project create**: bare option ([@Akryum](https://github.com/Akryum))

View File

@@ -9,8 +9,8 @@
"changelog": {
"repo": "vuejs/vue-cli",
"labels": {
"PR: New Feature": ":rocket: New Feature",
"PR: Breaking Change": ":boom: Breaking Change",
"PR: New Feature": ":rocket: New Features",
"PR: Breaking Change": ":boom: Breaking Changes",
"PR: Bug Fix": ":bug: Bug Fix",
"PR: Documentation": ":memo: Documentation",
"PR: Internal": ":house: Internal",