
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
changelog-publish
Advanced tools
A tiny CLI tool for adding a version to unreleased changes in your changelog when you bump the package version on your Node.js project.
This tool assumes you're keeping a changelog with a 2nd-level header called "Unreleased" for unreleased changes, as per the keep a changelog spec.
Install the tool in your project:
npm install changelog-publish
version
scriptIn your package.json add a version
entry under scripts
:
{
"scripts": {
"version": "changelog-publish <your github URL> && git add CHANGELOG.md"
}
}
Now, when you run npm version <patch|minor|major|whatever>
, any changes in the
Unreleased section will be moved into a section for your new package version.
The git add
part is to make sure the changes to your changelog get included in
the same commit as your version-bump.
That's it! That's all this tool does! Ta-da!
FAQs
Move unreleased changes from CHANGELOG.md into a new release
We found that changelog-publish 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.