Skip to content

Commit

Permalink
Merge pull request #82 from tiktok/octogonz/npmignore
Browse files Browse the repository at this point in the history
Include CHANGELOG.md in published releases
  • Loading branch information
chengcyber authored Jul 29, 2024
2 parents 598dee5 + c9ed228 commit cb2f0ea
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
18 changes: 10 additions & 8 deletions apps/sparo-lib/.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
# 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-*/**
18 changes: 10 additions & 8 deletions apps/sparo/.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
# 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-*/**
10 changes: 10 additions & 0 deletions common/changes/sparo/octogonz-npmignore_2024-07-25-03-47.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "Include CHANGELOG.md in published releases",
"type": "none"
}
],
"packageName": "sparo"
}

0 comments on commit cb2f0ea

Please sign in to comment.