Skip to content

Commit 56f40b5

Browse files
authored
Merge pull request microsoft#3174 from iclanton/upgrading-links
[rush] Include links to UPGRADING.md
2 parents 7403690 + 9a344dc commit 56f40b5

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

apps/rush-lib/src/api/RushProjectConfiguration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ export class RushProjectConfiguration {
278278
) {
279279
throw new Error(
280280
`The ${RUSH_PROJECT_CONFIGURATION_FILE.projectRelativeFilePath} file appears to be ` +
281-
'in an outdated format. Please see the UPGRADING.md file in the Rush project for upgrade instructions.'
281+
'in an outdated format. Please see the UPGRADING.md notes for details. ' +
282+
'Quick link: https://rushjs.io/link/upgrading'
282283
);
283284
} else {
284285
throw e;

apps/rush/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ For more details and support resources, please visit: https://rushjs.io
6969
- [CHANGELOG.md](
7070
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
7171
out what's new in the latest version
72+
- [UPGRADING.md](
73+
https://github.com/microsoft/rushstack/blob/master/apps/rush/UPGRADING.md) - Instructions
74+
for migrating existing projects to use a newer version of Rush
7275
- [API Reference](https://rushstack.io/pages/api/rush-lib/)
7376

7477
Rush is part of the [Rush Stack](https://rushstack.io/) family of projects.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)