JSPM

@noahyu/conventional-changelog-base

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q46396F
  • License MIT

noahyu preset for conventional-changelog.

Package Exports

  • @noahyu/conventional-changelog-base

Readme

@noahyu/conventional-changelog-base

Usage

pnpm add @noahyu/conventional-changelog-base -D

# Or yarn add -D / npm install -D

Quick start

// changelog.config.mjs
import createPreset from '@noahyu/conventional-changelog-base'

export default createPreset
// package.json
{
  // ···
  "scripts": {
    // ···
    "changelog": "conventional-changelog -n './changelog.config.js' -i CHANGELOG.md -s -r 0 -k ./package.json --commit-path ./"
  }
  // ···
}

License

MIT

Copyright (c) 2024-present, Noah Yu