diff --git a/common/changes/@microsoft/tsdoc-config/octogonz-missing-changelog_2024-07-25-03-42.json b/common/changes/@microsoft/tsdoc-config/octogonz-missing-changelog_2024-07-25-03-42.json new file mode 100644 index 00000000..77e5e6bc --- /dev/null +++ b/common/changes/@microsoft/tsdoc-config/octogonz-missing-changelog_2024-07-25-03-42.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/tsdoc-config", + "comment": "Include CHANGELOG.md in published releases again", + "type": "patch" + } + ], + "packageName": "@microsoft/tsdoc-config" +} \ No newline at end of file diff --git a/common/changes/@microsoft/tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json b/common/changes/@microsoft/tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json new file mode 100644 index 00000000..4b820875 --- /dev/null +++ b/common/changes/@microsoft/tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/tsdoc", + "comment": "Include CHANGELOG.md in published releases again", + "type": "patch" + } + ], + "packageName": "@microsoft/tsdoc" +} \ No newline at end of file diff --git a/common/changes/eslint-plugin-tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json b/common/changes/eslint-plugin-tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json new file mode 100644 index 00000000..6f7bfc92 --- /dev/null +++ b/common/changes/eslint-plugin-tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "eslint-plugin-tsdoc", + "comment": "Include CHANGELOG.md in published releases again", + "type": "patch" + } + ], + "packageName": "eslint-plugin-tsdoc" +} \ No newline at end of file diff --git a/eslint-plugin/.npmignore b/eslint-plugin/.npmignore index 0164a20d..bc349f9a 100644 --- a/eslint-plugin/.npmignore +++ b/eslint-plugin/.npmignore @@ -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. @@ -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. +# --------------------------------------------------------------------------- diff --git a/tsdoc-config/.npmignore b/tsdoc-config/.npmignore index 0164a20d..bc349f9a 100644 --- a/tsdoc-config/.npmignore +++ b/tsdoc-config/.npmignore @@ -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. @@ -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. +# --------------------------------------------------------------------------- diff --git a/tsdoc/.npmignore b/tsdoc/.npmignore index 7fd15895..dcb00eb9 100644 --- a/tsdoc/.npmignore +++ b/tsdoc/.npmignore @@ -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. @@ -19,14 +24,11 @@ # 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. +# --------------------------------------------------------------------------- !/schemas/**