🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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.5.0
latest
Source
npm
Version published
Weekly downloads
163K
-1.36%
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

auto

FAQs

Package last updated on 11 Sep 2024

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