8000 chore: use plural forms for "new features" and "breaking changes" · turkdevops/vue-cli@60ca68f · GitHub
[go: up one dir, main page]

Skip to content

Commit 60ca68f

Browse files
committed
chore: use plural forms for "new features" and "breaking changes"
1 parent 56a363a commit 60ca68f

File tree

2 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## 4.0.0-alpha.0 (2019-05-01)
33

4-
#### :boom: Breaking Change
4+
#### :boom: Breaking Changes
55

66
* `@vue/cli-service`, `@vue/cli`
77
* [#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 @@
3939

4040
## 3.7.0 (2019-04-28)
4141

42-
#### :rocket: New Feature
42+
#### :rocket: New Features
4343
* `@vue/cli-service`
4444
* [#3861](https://github.com/vuejs/vue-cli/pull/3861) feat: add `.version` field and `assertVersion` helper to plugin api ([@sodatea](https://github.com/sodatea))
4545
* [#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 @@
9797
* `@vue/cli-ui`
9898
* [022e17d](https://github.com/vuejs/vue-cli/commit/022e17da5725742b0f425c0976b090bd1ce6581f) `--dev` shouldn't try to load dev assets, closes #3802 ([@Akryum](https://github.com/Akryum))
9999

100-
#### :rocket: New Feature
100+
#### :rocket: New Features
101101
* `@vue/cli-ui`
102102
* [bbe4002](https://github.com/vuejs/vue-cli/commit/bbe4002480b46c8ce3721afe1285fea4f7bba3bf) **tasks**: override args switch, closes #3236 ([@Akryum](https://github.com/Akryum))
103103

@@ -125,7 +125,7 @@
125125

126126
## 3.6.0 (2019-04-13)
127127

128-
#### :rocket: New Feature
128+
#### :rocket: New Features
129129
* `@vue/cli-ui`
130130
* [#3688](https://github.com/vuejs/vue-cli/pull/3688) add "copy content to clipboard" button on terminal component ([@pikax](https://github.com/pikax))
131131
* [c81e6c](https://github.com/vuejs/vue-cli/commit/c81e6c21a20d66bfa66a664d94ec3ccc81c54d38) **project create**: bare option ([@Akryum](https://github.com/Akryum))
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"changelog": {
1010
"repo": "vuejs/vue-cli",
1111
"labels": {
12-
"PR: New Feature": ":rocket: New Feature",
13-
"PR: Breaking Change": ":boom: Breaking Change",
12+
"PR: New Feature": ":rocket: New Features",
13+
"PR: Breaking Change": ":boom: Breaking Changes",
1414
"PR: Bug Fix": ":bug: Bug Fix",
1515
"PR: Documentation": ":memo: Documentation",
1616
"PR: Internal": ":house: Internal",