New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@akryum/gen-changelog

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akryum/gen-changelog

Opinionated CLI command to update CHANGELOG.md

0.1.1
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

gen-changelog

Opinionated CLI command to update CHANGELOG.md.

yarn add -WD @akryum/gen-changelog

Assumed:

  • Git repository
  • Monorepo
  • Lerna setup
  • Tags with vX.Y.Z format
  • All tags are fetched locally
  • CHANGELOG.md exists (init it with yarn conventional-changelog -p angular -o CHANGELOG.md -r 0)
  • You run lerna publish before using it

What it does:

  • Update the root package.json version
  • Update the CHANGELOG.md file with the latest changes
  • Push the changelog change with chore: changelog commit message

Usage:

{
  "scripts": {
    "release": "yarn run build && yarn run test && lerna publish && changelog generate"
  }
}

FAQs

Package last updated on 29 Nov 2021

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