From b7950a840812052dc63ecf69879d49f61ecc7d74 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:41:49 -0700 Subject: [PATCH] Fix an issue where CHANGELOG.md was no longer included in published packages --- eslint-plugin/.npmignore | 15 ++++++++------- tsdoc-config/.npmignore | 15 ++++++++------- tsdoc/.npmignore | 15 ++++++++------- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/eslint-plugin/.npmignore b/eslint-plugin/.npmignore index 0164a20d..ca403e95 100644 --- a/eslint-plugin/.npmignore +++ b/eslint-plugin/.npmignore @@ -8,7 +8,10 @@ !/lib/** !/lib-*/** !/dist/** +!CHANGELOG.md +!CHANGELOG.json !ThirdPartyNotice.txt +!heft-plugin.json # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -19,12 +22,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 +# 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) diff --git a/tsdoc-config/.npmignore b/tsdoc-config/.npmignore index 0164a20d..ca403e95 100644 --- a/tsdoc-config/.npmignore +++ b/tsdoc-config/.npmignore @@ -8,7 +8,10 @@ !/lib/** !/lib-*/** !/dist/** +!CHANGELOG.md +!CHANGELOG.json !ThirdPartyNotice.txt +!heft-plugin.json # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -19,12 +22,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 +# 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) diff --git a/tsdoc/.npmignore b/tsdoc/.npmignore index 7fd15895..e8f90304 100644 --- a/tsdoc/.npmignore +++ b/tsdoc/.npmignore @@ -8,7 +8,10 @@ !/lib/** !/lib-*/** !/dist/** +!CHANGELOG.md +!CHANGELOG.json !ThirdPartyNotice.txt +!heft-plugin.json # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -19,14 +22,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 +# 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) !/schemas/**