Merge pull request #420 from microsoft/octogonz/missing-changelog

Include CHANGELOG.md in published releases again
This commit is contained in:
Pete Gonzalez 2024-07-26 10:33:56 -07:00 коммит произвёл GitHub
Родитель 157f8d104e 26a8594082
Коммит 0362e09e0a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 60 добавлений и 24 удалений

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/tsdoc-config",
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch"
}
],
"packageName": "@microsoft/tsdoc-config"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/tsdoc",
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch"
}
],
"packageName": "@microsoft/tsdoc"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "eslint-plugin-tsdoc",
"comment": "Include CHANGELOG.md in published releases again",
"type": "patch"
}
],
"packageName": "eslint-plugin-tsdoc"
}

Просмотреть файл

@ -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
# README.md
# LICENSE
#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------

Просмотреть файл

@ -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
# README.md
# LICENSE
#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------

Просмотреть файл

@ -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
# README.md
# LICENSE
#--------------------------------------------
# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE
#--------------------------------------------
# (Add your project-specific overrides here)
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
!/schemas/**