
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.
grunt-conventional-github-releaser
Advanced tools
Make a new GitHub release using conventional-github-releaser
Make a new GitHub release using conventional-github-releaser
Issues with the output should be reported on the conventional-github-releaser issue tracker.
$ npm install --save-dev grunt-conventional-github-releaser
grunt.loadNpmTasks('grunt-conventional-github-releaser');
grunt.initConfig({
conventionalGithubReleaser: {
options: {
auth: {
// your auth object goes here
}
changelogOpts: {
// conventional-github-releaser options go here
preset: 'angular'
},
context: {
// context goes here
},
gitRawCommitsOpts: {
// git-raw-commits options go here
},
parserOpts: {
// conventional-commits-parser options go here
},
writerOpts: {
// conventional-github-releaser-writer options go here
}
},
release: {}
}
});
grunt.registerTask('default', ['conventionalGithubReleaser']);
See the conventional-github-releaser docs.
There are some changes:
It is grunt.verbose.writeln.
MIT
FAQs
Make a new GitHub release using conventional-github-releaser
The npm package grunt-conventional-github-releaser receives a total of 872 weekly downloads. As such, grunt-conventional-github-releaser popularity was classified as not popular.
We found that grunt-conventional-github-releaser 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.