Skip to content

Commit b7950a8

Browse files
committed
Fix an issue where CHANGELOG.md was no longer included in published packages
1 parent 157f8d1 commit b7950a8

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

eslint-plugin/.npmignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!CHANGELOG.md
12+
!CHANGELOG.json
1113
!ThirdPartyNotice.txt
14+
!heft-plugin.json
1215

1316
# Ignore certain patterns that should not get published.
1417
/dist/*.stats.*
@@ -19,12 +22,10 @@
1922
# NOTE: These don't need to be specified, because NPM includes them automatically.
2023
#
2124
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25+
# README.md
26+
# LICENSE
2527

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

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

tsdoc-config/.npmignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!CHANGELOG.md
12+
!CHANGELOG.json
1113
!ThirdPartyNotice.txt
14+
!heft-plugin.json
1215

1316
# Ignore certain patterns that should not get published.
1417
/dist/*.stats.*
@@ -19,12 +22,10 @@
1922
# NOTE: These don't need to be specified, because NPM includes them automatically.
2023
#
2124
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25+
# README.md
26+
# LICENSE
2527

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

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

tsdoc/.npmignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
!/lib/**
99
!/lib-*/**
1010
!/dist/**
11+
!CHANGELOG.md
12+
!CHANGELOG.json
1113
!ThirdPartyNotice.txt
14+
!heft-plugin.json
1215

1316
# Ignore certain patterns that should not get published.
1417
/dist/*.stats.*
@@ -19,14 +22,12 @@
1922
# NOTE: These don't need to be specified, because NPM includes them automatically.
2023
#
2124
# package.json
22-
# README (and its variants)
23-
# CHANGELOG (and its variants)
24-
# LICENSE / LICENCE
25+
# README.md
26+
# LICENSE
2527

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

30-
# (Add your project-specific overrides here)
3132

3233
!/schemas/**

0 commit comments

Comments
 (0)