Skip to content

Commit 0362e09

Browse files
authored
Merge pull request #420 from microsoft/octogonz/missing-changelog
Include CHANGELOG.md in published releases again
2 parents 157f8d1 + 26a8594 commit 0362e09

File tree

6 files changed

+60
-24
lines changed

6 files changed

+60
-24
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Include CHANGELOG.md in published releases again",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc",
5+
"comment": "Include CHANGELOG.md in published releases again",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Include CHANGELOG.md in published releases again",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc"
10+
}

eslint-plugin/.npmignore

Lines changed: 10 additions & 8 deletions
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+
# ---------------------------------------------------------------------------

tsdoc-config/.npmignore

Lines changed: 10 additions & 8 deletions
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+
# ---------------------------------------------------------------------------

tsdoc/.npmignore

Lines changed: 10 additions & 8 deletions
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,11 @@
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+
# ---------------------------------------------------------------------------
3133

3234
!/schemas/**

0 commit comments

Comments
 (0)