
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Easily generate changelog files.
We assume that you already have node v14.0.0
or higher installed.
To install rng just run:
npm i -g rng-cli
Or if you prefer:
yarn global add rng-cli
Run rng --help
to see all available parameters.
withGitHub
: Generates release notes from GitHubwithLocalFile
: Generates release notes from a local file, by default it tries to read CHANGELOG.md
.Available options for each command
-o, --organizationName
: The name of the GitHub organization where your project is placed.-p, --projectNumber
: The number of the project in which your cards are beeing shown. This number can be found at the URL of the project.-t, --token
: Your personal token. Don't forget to give org
and repo
admin permission.-l, --label
: Pass any valid label if you want to filter your return with one.-c, --column
: Pass the name of the colon that you want to use to generate the data. This is required.-r, --repository
: Pass the name of the repository that you want to filter cards.-s, --isSorted
: Use to asc sort by card issue number.-m, --milestone
: Pass any valid milestone if you want to filter your return with one. The default value is null, when null return all cards. If you only want to return cards that do not have a milestone, send __NONE__
as parameter.-f, --file
: The path to the file where the changelog is located. Default is CHANGELOG.MD
When you are using withLocalFile
command, remember to separate each version with the separator ---
, the scripts will base the result of your changelog on it.
Ex:
0003 My third change
---
<!-- Release 2.2.0 -->
0002 My second change
0001 My first change
If you run the script based on the file above, it will return everything above ---
, so the result will be:
0003 My third change
FAQs
A release notes generator to help you in your daily work
The npm package rng-cli receives a total of 0 weekly downloads. As such, rng-cli popularity was classified as not popular.
We found that rng-cli 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’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.