
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
githubrelease
Advanced tools
CLI tool for GitHub release management.
To install from npm:
npm install -g githubrelease
To install from GitHub:
npm install -g psyrendust/githubrelease
The githubrelease cli uses conventional-github-releaser under the hood, which needs the following in order to work:
CONVENTIONAL_GITHUB_RELEASER_TOKEN to the token you just createdYou can find more details here: Setup token for cli.
-h: Show this message.-v: Display the version of this script.-f: Display the flags used when showing config.-l: Generate a changelog entry and save it to <changelog>.-p: Push <master>, <develop>, and tags to <remote>.-u: Update <master> and <develop> branches from <remote> using rebase.-n: Do not display any prompts.-t: Do not trash the node_modules folder before running npm run test.-T: Do not create a git tag and do no run conventionalGithubReleaser.-c: Location of the <changelog>. Defaults to CHANGELOG.md.-m: The <master> branch. Defaults to master.-d: The <develop> branch. Defaults to develop.-r: The <remote> push and pull from. Defaults to origin.-P: The preset style used to generate the changelog. Examples include [angular | jquery ...]. Defaults to conventional-recommended-bump.-s: Allows you to start at a specific step. Useful for when the script fails before completing all steps. See Available steps below.-b: The semver you would like to use for the release (default: patch). Can be: [ major | minor | patch | v0.0.0 ]<master> and <develop> branches from <remote> using rebase.<master>, <develop>, and tags to <remote>.npm test<develop> onto <master>.package.json to _package.json (also copy package-lock.json to _package-lock.json if it exists).package.json.<changelog>.<changelog> update to Git.package.json by moving _package.json to package.json (also reset _package-lock.json to package-lock.json if it exists).npm version command, which bumps package.json and creates a tag. No git tag will be created if -T is passed.<master> onto <develop>.<master>, <develop>, and tags to <remote>.githubrelease -u
githubrelease -p
githubrelease -b patch
githubrelease -tTb minor
Or just do it all in one command.
githubrelease -b patch
FAQs
CLI tool for GitHub release management
The npm package githubrelease receives a total of 20 weekly downloads. As such, githubrelease popularity was classified as not popular.
We found that githubrelease 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.