@noahyu/conventional-changelog-base
v1.1.0
Published
noahyu preset for conventional-changelog.
Downloads
79
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
Copyright (c) 2024-present, Noah Yu