Skip to content

Commit c07320d

Browse files
authored
Include CHANGELOG.md in published releases again (microsoft#4851)
* Fix a problem where CHANGELOG.md was no longer included in published packages after NPM 7.12.0 / [email protected] * rush change * Move "!heft-plugin.json" into the template * Remove redundant override * Move "!rush-plugin-manifest.json" into the template
1 parent 22e59e4 commit c07320d

File tree

116 files changed

+1218
-500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1218
-500
lines changed

apps/api-documenter/.npmignore

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,12 +24,9 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25-
26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
27+
# README.md
28+
# LICENSE
2929

30-
# (Add your project-specific overrides here)
30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------

apps/api-extractor/.npmignore

+10-9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,14 +24,10 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25-
26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
29-
30-
# (Add your project-specific overrides here)
27+
# README.md
28+
# LICENSE
3129

30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------
3233
!/extends/*.json

apps/heft/.npmignore

+11-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,15 +24,13 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
27+
# README.md
28+
# LICENSE
2529

26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------
2933

30-
# (Add your project-specific overrides here)
3134
!/includes/**
3235
!UPGRADING.md
33-
!heft-plugin.json
36+

apps/lockfile-explorer/.npmignore

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,12 +24,9 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25-
26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
27+
# README.md
28+
# LICENSE
2929

30-
# (Add your project-specific overrides here)
30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------

apps/rundown/.npmignore

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,12 +24,9 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25-
26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
27+
# README.md
28+
# LICENSE
2929

30-
# (Add your project-specific overrides here)
30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------

apps/rush/.npmignore

+10-8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,15 +24,12 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25-
26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
27+
# README.md
28+
# LICENSE
2929

30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------
3033
/lib/start-dev.*
3134
/lib/start-dev-docs.*
3235

33-
# (Add your project-specific overrides here)

apps/trace-import/.npmignore

+10-9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
12+
!CHANGELOG.md
13+
!CHANGELOG.json
14+
!heft-plugin.json
15+
!rush-plugin-manifest.json
1116
!ThirdPartyNotice.txt
1217

1318
# Ignore certain patterns that should not get published.
@@ -19,13 +24,9 @@
1924
# NOTE: These don't need to be specified, because NPM includes them automatically.
2025
#
2126
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25-
26-
#--------------------------------------------
27-
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
28-
#--------------------------------------------
29-
30-
# (Add your project-specific overrides here)
27+
# README.md
28+
# LICENSE
3129

30+
# ---------------------------------------------------------------------------
31+
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
32+
# ---------------------------------------------------------------------------
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-documenter"
7+
}
8+
],
9+
"packageName": "@microsoft/api-documenter",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-extractor-model"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-extractor"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@microsoft/load-themed-styles"
7+
}
8+
],
9+
"packageName": "@microsoft/load-themed-styles",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@microsoft/loader-load-themed-styles"
7+
}
8+
],
9+
"packageName": "@microsoft/loader-load-themed-styles",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@microsoft/webpack5-load-themed-styles-loader"
7+
}
8+
],
9+
"packageName": "@microsoft/webpack5-load-themed-styles-loader",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@rushstack/debug-certificate-manager"
7+
}
8+
],
9+
"packageName": "@rushstack/debug-certificate-manager",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-bulk"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-bulk",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-config"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-config",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-patch",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-plugin-packlets"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-packlets",
10+
"email": "[email protected]"
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Include CHANGELOG.md in published releases again",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-plugin-security"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-security",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)