@sepveneto/changelogitee
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

changelogitee

👉 Changelog example

Features

  • Support exclamation mark as breaking change, e.g. chore!: drop node v10
  • Grouped scope in changelog
  • Create the release note, or update the existing one
  • List contributors

Usage

Configuration

You can put a configuration file in the project root, named as changelogithub.config.{json,ts,js,mjs,cjs}, .changelogithubrc or use the changelogithub field in package.json.

Preview Locally

npx changelogitee --dry

Why?

I used to use conventional-github-releaser for almost all my projects. Until I found that it does NOT support using exclamation mark for breaking changes - hiding those important breaking changes in the changelog without the awareness from maintainers.

License

MIT License © 2022 Anthony Fu

/@sepveneto/changelogitee/

    Package Sidebar

    Install

    npm i @sepveneto/changelogitee

    Weekly Downloads

    9

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    32.7 kB

    Total Files

    12

    Last publish

    Collaborators

    • sepveneto