
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@khala/wildcard-release-notes
Advanced tools
Monorepo release notes based on [@khala/commit-analyzer-wildcard](https://www.npmjs.com/package/@khala/commit-analyzer-wildcard) for [semantic-release](https://github.com/semantic-release/semantic-release) package.
Monorepo release notes based on @khala/commit-analyzer-wildcard for semantic-release package.
> npm install -D @khala/wildcard-release-notes
> yarn add -D @khala/wildcard-release-notes
Then add it to your generateNotesoptions
package.json{
"release": {
"generateNotes": [
{
"path": "@khala/wildcard-release-notes"
}
]
}
}
This package will assume that you want to generate release notes for packages under root folder you ran release. If you want to release packages under different folder (for instance all packages under folder plugins) you have to add folder option to generateNotes option. Or if you want to set this up globally add monorepo prop to release config.
{
"release": {
"generateNotes": [
{
"path": "@khala/wildcard-release-notes",
"folder": "./plugins"
}
]
}
}
{
"release": {
"monorepo": "./plugins",
"generateNotes": "@khala/wildcard-release-notes"
}
}
If you are not using Travis as your CI environment, you can specify the repository name (GitHub) manually:
{
"release": {
"generateNotes": [
{
"path": "@khala/wildcard-release-notes",
"folder": "./plugins",
"repositoryName": "organisation/repository"
}
]
}
}
Otherwise env.TRAVIS_REPO_SLUG is used automatically.
FAQs
Monorepo release notes based on [@khala/commit-analyzer-wildcard](https://www.npmjs.com/package/@khala/commit-analyzer-wildcard) for [semantic-release](https://github.com/semantic-release/semantic-release) package.
The npm package @khala/wildcard-release-notes receives a total of 34 weekly downloads. As such, @khala/wildcard-release-notes popularity was classified as not popular.
We found that @khala/wildcard-release-notes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.