mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Merge pull request #82 from tiktok/octogonz/npmignore
Include CHANGELOG.md in published releases
This commit is contained in:
commit
cb2f0ea90c
3 changed files with 30 additions and 16 deletions
|
@ -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-*/**
|
||||
|
|
|
@ -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-*/**
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Include CHANGELOG.md in published releases",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Reference in a new issue