Skip to content

Commit

Permalink
Merge pull request #420 from microsoft/octogonz/missing-changelog
Browse files Browse the repository at this point in the history
Include CHANGELOG.md in published releases again
  • Loading branch information
octogonz authored Jul 26, 2024
2 parents 157f8d1 + 26a8594 commit 0362e09
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/tsdoc-config",
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch"
}
],
"packageName": "@microsoft/tsdoc-config"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/tsdoc",
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch"
}
],
"packageName": "@microsoft/tsdoc"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "eslint-plugin-tsdoc",
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch"
}
],
"packageName": "eslint-plugin-tsdoc"
}
18 changes: 10 additions & 8 deletions eslint-plugin/.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 tsdoc-config/.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 tsdoc/.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,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/**

0 comments on commit 0362e09

Please sign in to comment.