Skip to content

Commit

Permalink
Include CHANGELOG.md in published releases again (#4851)
Browse files Browse the repository at this point in the history
* Fix a problem where CHANGELOG.md was no longer included in published packages after NPM 7.12.0 / npm-packlist@2.2.0

* rush change

* Move "!heft-plugin.json" into the template

* Remove redundant override

* Move "!rush-plugin-manifest.json" into the template
  • Loading branch information
octogonz committed Jul 26, 2024
1 parent 22e59e4 commit c07320d
Show file tree
Hide file tree
Showing 116 changed files with 1,218 additions and 500 deletions.
18 changes: 10 additions & 8 deletions apps/api-documenter/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,12 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
19 changes: 10 additions & 9 deletions apps/api-extractor/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,14 +24,10 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------

# (Add your project-specific overrides here)
# README.md
# LICENSE

# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
!/extends/*.json
19 changes: 11 additions & 8 deletions apps/heft/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

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

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------

# (Add your project-specific overrides here)
!/includes/**
!UPGRADING.md
!heft-plugin.json

18 changes: 10 additions & 8 deletions apps/lockfile-explorer/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,12 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
18 changes: 10 additions & 8 deletions apps/rundown/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,12 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
18 changes: 10 additions & 8 deletions apps/rush/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,15 +24,12 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# README.md
# LICENSE

# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
/lib/start-dev.*
/lib/start-dev-docs.*

# (Add your project-specific overrides here)
19 changes: 10 additions & 9 deletions apps/trace-import/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt

# Ignore certain patterns that should not get published.
Expand All @@ -19,13 +24,9 @@
# NOTE: These don't need to be specified, because NPM includes them automatically.
#
# package.json
# README (and its variants)
# CHANGELOG (and its variants)
# LICENSE / LICENCE

#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------

# (Add your project-specific overrides here)
# README.md
# LICENSE

# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/api-documenter"
}
],
"packageName": "@microsoft/api-documenter",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/api-extractor-model"
}
],
"packageName": "@microsoft/api-extractor-model",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/api-extractor"
}
],
"packageName": "@microsoft/api-extractor",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/load-themed-styles"
}
],
"packageName": "@microsoft/load-themed-styles",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/loader-load-themed-styles"
}
],
"packageName": "@microsoft/loader-load-themed-styles",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "none",
"packageName": "@microsoft/rush"
}
],
"packageName": "@microsoft/rush",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@microsoft/webpack5-load-themed-styles-loader"
}
],
"packageName": "@microsoft/webpack5-load-themed-styles-loader",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/debug-certificate-manager"
}
],
"packageName": "@rushstack/debug-certificate-manager",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-bulk"
}
],
"packageName": "@rushstack/eslint-bulk",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-config"
}
],
"packageName": "@rushstack/eslint-config",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-patch"
}
],
"packageName": "@rushstack/eslint-patch",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-plugin-packlets"
}
],
"packageName": "@rushstack/eslint-plugin-packlets",
"email": "4673363+octogonz@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch",
"packageName": "@rushstack/eslint-plugin-security"
}
],
"packageName": "@rushstack/eslint-plugin-security",
"email": "4673363+octogonz@users.noreply.github.com"
}
Loading

0 comments on commit c07320d

Please sign in to comment.