Merge pull request #82 from tiktok/octogonz/npmignore

Include CHANGELOG.md in published releases
This commit is contained in:
Cheng Liu 2024-07-29 12:52:33 -07:00 committed by GitHub
commit cb2f0ea90c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 16 deletions

View file

@ -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
#--------------------------------------------
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
# (Add your project-specific overrides here)
!/assets/**
/lib-*/**

View file

@ -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
#--------------------------------------------
# ---------------------------------------------------------------------------
# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below.
# ---------------------------------------------------------------------------
# (Add your project-specific overrides here)
!/assets/**
/lib-*/**

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "Include CHANGELOG.md in published releases",
"type": "none"
}
],
"packageName": "sparo"
}