Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tyisi/config-changelog

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tyisi/config-changelog

a git-cz config generator

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
0
Created
Source

@tyisi/config-changelog

a git-cz config generator

Features

  • Expressive commit messages

Exports

ExportTypeStatus
defaultgenerateChangelogStable
generateChangeloggenerateChangelogStable

Usage

Call generateChangelog with additional scopes beyond 'empty' and 'all'.

Examples

The configuration for this repository:

const { generateChangelog } = require('@tyisi/config-changelog')

module.exports = generateChangelog(
    'changelog',
    'eslint',
    'prettier',
    'stylelint'
)

Source

A monorepo with backend, frontend and lib packages:

const { generateChangelog } = require('@tyisi/config-changelog')

module.exports = generateChangelog('backend', 'frontend', 'lib')

Then call git-cz:

$ npx git-cz@latest

Or with a scope:

~/project/packages/backend$ npx git-cz@latest --scope=backend

FAQs

Package last updated on 06 Aug 2025

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