Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include CHANGELOG.md in published releases #17

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions common/_templates/rush-plugin-for-command/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**

# Ignore certain patterns that should not get published.
/dist/*.stats.*
Expand All @@ -20,15 +24,12 @@
# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases",
"type": "patch",
"packageName": "rush-archive-project-plugin"
}
],
"packageName": "rush-archive-project-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases",
"type": "patch",
"packageName": "rush-audit-cache-plugin"
}
],
"packageName": "rush-audit-cache-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases",
"type": "patch",
"packageName": "rush-git-lfs-plugin"
}
],
"packageName": "rush-git-lfs-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases",
"type": "patch",
"packageName": "rush-init-project-plugin"
}
],
"packageName": "rush-init-project-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases",
"type": "patch",
"packageName": "rush-lint-staged-plugin"
}
],
"packageName": "rush-lint-staged-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Include CHANGELOG.md in published releases",
"type": "patch",
"packageName": "rush-upgrade-self-plugin"
}
],
"packageName": "rush-upgrade-self-plugin",
"email": "[email protected]"
}
21 changes: 10 additions & 11 deletions rush-plugins/rush-archive-project-plugin/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,28 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**
chengcyber marked this conversation as resolved.
Show resolved Hide resolved

# Ignore certain patterns that should not get published.
/dist/*.stats.*
/lib/**/test/
/lib-*/**/test/
*.test.js
/lib/__mocks__/
/src/__mocks__/

# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
19 changes: 10 additions & 9 deletions rush-plugins/rush-audit-cache-plugin/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**

# Ignore certain patterns that should not get published.
/dist/*.stats.*
Expand All @@ -20,15 +24,12 @@
# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
19 changes: 10 additions & 9 deletions rush-plugins/rush-git-lfs-plugin/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**

# Ignore certain patterns that should not get published.
/dist/*.stats.*
Expand All @@ -20,15 +24,12 @@
# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
19 changes: 10 additions & 9 deletions rush-plugins/rush-init-project-plugin/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**

# Ignore certain patterns that should not get published.
/dist/*.stats.*
Expand All @@ -20,15 +24,12 @@
# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
19 changes: 10 additions & 9 deletions rush-plugins/rush-lint-staged-plugin/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**

# Ignore certain patterns that should not get published.
/dist/*.stats.*
Expand All @@ -20,15 +24,12 @@
# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
19 changes: 10 additions & 9 deletions rush-plugins/rush-upgrade-self-plugin/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
!/lib/**
!/lib-*/**
!/dist/**

!CHANGELOG.md
!CHANGELOG.json
!heft-plugin.json
!rush-plugin-manifest.json
!ThirdPartyNotice.txt
!/src/**

# Ignore certain patterns that should not get published.
/dist/*.stats.*
Expand All @@ -20,15 +24,12 @@
# 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)
!/includes/**
!rush-plugin-manifest.json
!command-line.json
Loading