
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
grunt-git-changelog-generator
Advanced tools
Generate markdown changelog from git log messages and tags
Generate markdown changelogs from git log messages and tags
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-git-changelog-generator --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-git-changelog-generator');
In your project's Gruntfile, add a section named git_changelog_generator to the data object passed into grunt.initConfig().
grunt.initConfig({
git_changelog_generator: {
options: {
// Task-specific options go here.
repo: 'https://github.com/opentable/grunt-git-changelog-generator',
changelog: './CHANGELOG.md'
}
},
});
Type: String
Default value: none
A string value that is used to do add links pointing to the specific PR related in the repo, it should be the URL of the live repo.
Type: String
Default value: './CHANGELOG.md'
A string value that is used to write the path/file with the changelog content. By default the plugin will generate and write to ./CHANGELOG.md
FAQs
Generate markdown changelog from git log messages and tags
We found that grunt-git-changelog-generator 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 CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.