Skip to content

Commit fbaa40c

Browse files
committed
chore: use plural forms for "new features" and "breaking changes"
(cherry picked from commit 60ca68f)
1 parent e56d510 commit fbaa40c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
## 3.7.0 (2019-04-28)
32

4-
#### :rocket: New Feature
3+
#### :rocket: New Features
54
* `@vue/cli-service`
65
* [#3861](https://github.com/vuejs/vue-cli/pull/3861) feat: add `.version` field and `assertVersion` helper to plugin api ([@sodatea](https://github.com/sodatea))
76
* [#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))
@@ -59,7 +58,7 @@
5958
* `@vue/cli-ui`
6059
* [022e17d](https://github.com/vuejs/vue-cli/commit/022e17da5725742b0f425c0976b090bd1ce6581f) `--dev` shouldn't try to load dev assets, closes #3802 ([@Akryum](https://github.com/Akryum))
6160

62-
#### :rocket: New Feature
61+
#### :rocket: New Features
6362
* `@vue/cli-ui`
6463
* [bbe4002](https://github.com/vuejs/vue-cli/commit/bbe4002480b46c8ce3721afe1285fea4f7bba3bf) **tasks**: override args switch, closes #3236 ([@Akryum](https://github.com/Akryum))
6564

@@ -87,7 +86,7 @@
8786

8887
## 3.6.0 (2019-04-13)
8988

90-
#### :rocket: New Feature
89+
#### :rocket: New Features
9190
* `@vue/cli-ui`
9291
* [#3688](https://github.com/vuejs/vue-cli/pull/3688) add "copy content to clipboard" button on terminal component ([@pikax](https://github.com/pikax))
9392
* [c81e6c](https://github.com/vuejs/vue-cli/commit/c81e6c21a20d66bfa66a664d94ec3ccc81c54d38) **project create**: bare option ([@Akryum](https://github.com/Akryum))

lerna.json

Lines changed: 2 additions & 2 deletions
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",

0 commit comments

Comments
 (0)