Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auto-changelog

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-changelog

Command line tool for generating a changelog from git tags and commit history

  • 2.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
135K
decreased by-6.16%
Maintainers
1
Weekly downloads
 
Created

What is auto-changelog?

The auto-changelog npm package is designed to automatically generate a changelog from git tags and commit history. It simplifies the process of maintaining a changelog by automating the extraction of relevant information from your repository.

What are auto-changelog's main functionalities?

Generate Changelog

This command generates a changelog file (CHANGELOG.md) in the root of your project by default. It uses the commit history and tags to create a structured changelog.

npx auto-changelog

Custom Output File

This command allows you to specify a custom output file for the changelog. Instead of the default CHANGELOG.md, it will generate the changelog in the specified file.

npx auto-changelog --output CUSTOM_CHANGELOG.md

Exclude Commits

This command excludes commits that match a specific pattern from the changelog. In this example, commits with 'Merge pull request' in their message will be ignored.

npx auto-changelog --ignore-commit-pattern 'Merge pull request'

Custom Template

This command allows you to use a custom Handlebars template for generating the changelog. You can define your own template to control the format and content of the changelog.

npx auto-changelog --template custom-template.hbs

Other packages similar to auto-changelog

Keywords

FAQs

Package last updated on 03 Feb 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc