0.6.0 • Published 2 months ago

changenog v0.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

changenog

Zero-config changelog generator with monorepo support.

Parses Git tags and commits since last entry, restricts them by current working directory, and adds any missing entries to the changelog.

Running changenog from inside a subdirectory will find the nearest parent that's a git repository, and filter commits to only include those that have changes within that subdirectory.

NOTE: monorepo packages must be tagged in <package-name>/<version> format.

Usage

npm i -D changenog
{
  "scripts": {
    "changenog": "changenog"
  }
}

See this repo's changelog for example output.

Options

  • --no-links - disable links
  • --continue - allow subsequent commands to run on incomplete exit
  • --max-commits=<number> - maximum number of commits to process (default: 1000)
0.6.0

2 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.1

9 months ago