
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
autorelease-github
Advanced tools
Autorelease steps for Github repositories that creates Github releases with the changelog. Check out this very repo's releases for an example.
Check out autorelease-travis for Travis CI integration.
To avoid the manual install process, use autorelease-setup. The prompts will guide you through the correct configuration.
npm i autorelease-setup -g
autorelease-setup
Install with NPM as a dev dependency with autorelease:
npm i autorelease autorelease-github --save-dev
Add the following to a .autoreleaserc file in the root directory:
{
"pre": {
"verify": [ "autorelease-github/verify.js" ]
},
"post": {
"publishChangelog": [ "autorelease-github/create-release.js" ]
}
}
Make sure the Github repository URL is specified in the package.json file:
{
"repository": {
"type": "git",
"url": "https://github.com/ghusername/my-autorelease-project.git"
}
}
And lastly, set a Github personal access token to the GH_TOKEN environment variable. The token needs to have the minimum scopes of repo, read:org, user:email, and write:repo_hook.
export GH_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
FAQs
Autorelease steps for Github.
We found that autorelease-github 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.