Skip to content

Commit b679084

Browse files
author
Nicholas Pape
authored
Normalize changelogs (microsoft#551)
Bypassing build since changelogs are not checked
1 parent 65749d1 commit b679084

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/changes/@microsoft/rush/nickpape-dont-delete-store_2018-02-14-02-42.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"changes": [
33
{
4-
"comment": "Fix an issue where we always deleted the PNPM store. This is not necessary since the store is transactional. We should only delete the store if it is a --clean install.",
4+
"comment": "Fix an issue where we always deleted the pnpm store. This is not necessary since the store is transactional. We should only delete the store if it is a --clean install.",
55
"packageName": "@microsoft/rush",
66
"type": "none"
77
}

common/changes/@microsoft/rush/nickpape-rush-fast-build_2018-01-26-20-36.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"changes": [
33
{
4-
"comment": "Add a --no-deps flag to 'rush build', which will skip rebuilding of downstream packages. It will only rebuild projects that change, but not their dependents.",
4+
"comment": "Add a --changed-projects-only flag to 'rush build', which will skip rebuilding of downstream packages. It will only rebuild projects that change, but not their dependents.",
55
"packageName": "@microsoft/rush",
66
"type": "none"
77
}

common/changes/@microsoft/rush/nickpape-rush-no-generate_2018-02-24-01-58.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"changes": [
33
{
4-
"comment": "When using PNPM, Rush will check and see if other projects are using a dependency and will re-use it if possible. This way, a user will not have to run \"rush generate\" if they are adding a dependency that is already being used elsewhere in the monorepo.",
4+
"comment": "When using pnpm, Rush will check and see if other projects are using a dependency and will re-use it if possible. This way, a user will not have to run \"rush generate\" if they are adding a dependency that is already being used elsewhere in the monorepo.",
55
"packageName": "@microsoft/rush",
66
"type": "none"
77
}

0 commit comments

Comments
 (0)