Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
danger-plugin-keepachangelog
Advanced tools
Makes changes to CHANGELOG consistent with keepachangelog standard
Makes changes to CHANGELOG consistent with keepachangelog standard
Install:
yarn add danger-plugin-keepachangelog --dev
At a glance:
// dangerfile.js
import { keepachangelog } from 'danger-plugin-keepachangelog'
keepachangelog()
ℹ️ All checks will be skipped if #trivial is present in the title or body of the PR
Situation | Message demo |
---|---|
No changes to CHANGELOG.md were found | Demo |
Missing a section line (eg: ### Fixed ) | Demo |
Missing a new version line (eg: ## [1.0.1] - 2020-03-20 ) | Demo |
Having a new version line (when the option changeVersion is set to false ) | Demo |
You can pass options to keepachangelog
function:
keepachangelog({ changeVersion: true })
Option | Default | Description |
---|---|---|
changeVersion | true | - true it will fail if a version line is missing- false it will fail if a new version line is present |
See CONTRIBUTING.md.
[1.0.5] - 2020-03-21
FAQs
Makes changes to CHANGELOG consistent with keepachangelog standard
The npm package danger-plugin-keepachangelog receives a total of 953 weekly downloads. As such, danger-plugin-keepachangelog popularity was classified as not popular.
We found that danger-plugin-keepachangelog 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.