2.10.4 • Published 6 months ago

@monorepo-utils/collect-changelog v2.10.4

Weekly downloads
114
License
MIT
Repository
github
Last release
6 months ago

@monorepo-utils/collect-changelog

Collect CHANGELOG from tags.

Feature

  • Support independent mode
  • Get CHANGELOG from each package's CHANGELOG.md

Install

Install with npm:

npm install @monorepo-utils/collect-changelog

Usage

Usage
  $ collect-changelog-from-tag [option] "tag@version"

Options
  --changelog the file path of CHANGELOG.md
  --directory the root directory of monorepo
  --template  handlebars template path
  --name set package name if it not defined

Examples
  $ collect-changelog-from-tag --directory /path/to/monorepo-project/ "tag@version"
  # current directory is project root for independent mode
  $ collect-changelog-from-tag "tag@version"
  # get changelog content from specific CHANGELOG.md for fixed mode
  $ collect-changelog-from-tag --changelog ./CHANGELOG.md "tag@version"
  

Example

$ monorepo-utils-collect-changelog "textlint@8.0.0"

## textlint@8.0.0

### fixes

- **babel:** ignore lib directory ([12e581d](https://github.com/textlint/textlint/commit/12e581d))
- **fixer:** fix thrown error when empty result. (#274) ([7013cee](https://github.com/textlint/textlint/commit/7013cee)), closes [#274](https://github.com/textlint/textlint/issues/274)
- **textilnt:** fix JSDoc ([8a417e0](https://github.com/textlint/textlint/commit/8a417e0))

### features

- **packages:** import textlint-plugin-text ([1b7a571](https://github.com/textlint/textlint/commit/1b7a571))
- **textlint:** update built-in textlint-plugin-markdown@^2 (#282) ([448fef9](https://github.com/textlint/textlint/commit/448fef9))

### breakingChanges

- **textlint:** markdown-to-ast@4 includes some breaking change

Get all changelog at point.

$ lerna publish --skip-npm
# tag each packages
$ git tag --points-at HEAD | xargs -I{} monorepo-utils-collect-changelog {}
# get CHANGELOG from each packages

Author

License

MIT © azu

2.10.3

6 months ago

2.10.4

6 months ago

2.10.2

10 months ago

2.9.0

1 year ago

2.8.1

2 years ago

2.8.0

2 years ago

2.7.0

3 years ago

2.4.4

3 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.1

5 years ago

2.0.2

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago