8.0.0 • Published 1 year ago

conventional-changelog-conventionalcommits v8.0.0

Weekly downloads
1,151,036
License
ISC
Repository
github
Last release
1 year ago

conventional-changelog-conventionalcommits

ESM-only package NPM version Node version Dependencies status Install size Build status Coverage status

A concrete implementation of the specification described at conventionalcommits.org for automated CHANGELOG generation and version management.

Install

# yarn
yarn add -D conventional-changelog-conventionalcommits
# pnpm
pnpm add -D conventional-changelog-conventionalcommits
# npm
npm i -D conventional-changelog-conventionalcommits

Indirect Usage (as preset)

Use the Conventional Changelog CLI Quick Start with the -p conventionalcommits option.

Direct Usage (as a base preset so you can customize it)

If you want to use this package directly and pass options, you can use the Conventional Changelog CLI Quick Start and with the --config or -n parameter, pass a js config that looks like this:

import createPreset from 'conventional-changelog-conventionalcommits'

createPreset({
  issuePrefixes: ['TEST-'],
  issueUrlFormat: 'https://myBugTracker.com/{{prefix}}{{id}}'
}).then((config) => {
  // do something with the config
})

or json config like that:

{
  "options": {
    "preset": {
      "name": "conventionalchangelog",
      "issuePrefixes": ["TEST-"],
      "issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
    }
  }
}

This last json config way passes the preset object to the conventional-changelog-preset-loader package, that in turn, passes this same preset object as the config for the conventional-changelog-conventionalcommits.

See conventional-changelog-config-spec for available configuration options.

@tiwariav/conventional-changelog-preseteasy-select-rn@sergeyzwezdin/semantic-release-config@pch1024/commitlintdocuments-service-apireact-native-bluetooth2killi8n-react-native-fast-imageconventional-tools@nomadinteractive/commitlint-config-nomad@sportsbroker/config-conventionalairscanairscan-examplereact-native-esc-pos-sahaab@borisovart/atol-kkt-moduledeneme323112commitlint-config-hades@ntt_app/react-native-custom-notificationsample-expressjs@jaccomeijer/make@wheelroom/makereact-native-covid-sdkcommitlint-config-ranwawa@jttechnic/interpreter@wishlez/semantic-releasecommitlint-config-zerodreact-native-printer-brothers@actum-digital/aria-hooks@bgcbrasil/sharedreact-native-shekhar-bridge-test@oiti/documentoscopy-react-nativequoc-test@infinitebrahmanuniverse/nolb-conv@mestery/release-pleaseluminos-ui-corego2-fe-commitlint-config@everything-registry/sub-chunk-1377jawwy-sdkjawwy_gamification_releasemock-changelogreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkg@clamjs/commitlint-configreact-native-jawwy_sampleabel-fe-commitlint-configgriffin-ui-libraryencode-fe-commitlint-config-xzycommitlint-config-pure@zhongjiayao/commitlint-config-encodebgc-sharedtailwind-vector-effecttag-referencetest-library-123test-library-huygurtest-haptik-libwj-fe-commitlint-configwhatbumpwly-fe-commitlint-configwkfirstnpmpackageswalter-backendwd-fe-commitlint-configwifi_configuration_packagexinxin-help-you-commitlintxiaoyao-commitlint-configwufankong-commitlint-configsunny586-fe-commitlint-configstandard-commitstacey-commitlint-configstandard-versionstandard-version-commonjsstandard-version-finottatest-release-actiontest-zeo-collectthreea-commitlint-configvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedvantiq-react@dotconf-pro/dotconf-pro@dotconf-pro/dotenv@djaler/conventional-changelog-standard@divlook/semantic-release-config@djdmbrwsk/common-semantic-release@droplt/semantic-release-config@cluenar/tools@cluerise/tools@cs6/react-native-test-native-view-library@commitlint/config-conventional@con-test/react-native-concent-common@damruravihara/react-native-testing-package@corelmax/react-native-my2c2p-sdk@bxf1234/commitlint-config@belkross/commitlint-configcommitlint-config-re@praella/localisationist@pradeepgudipati/kovaad-chat-ui-kit-stylesdurant-commitlint-configbgc-authorizer-plugin@tammergard/semantic-release-config-npm
8.0.0

1 year ago

7.0.0

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

6.1.0

2 years ago

6.0.0

2 years ago

5.0.0

3 years ago

4.6.3

4 years ago

4.6.2

4 years ago

4.6.1

4 years ago

4.6.0

4 years ago

4.5.0

5 years ago

4.4.0

5 years ago

4.3.1

5 years ago

4.3.0

5 years ago

4.2.3

6 years ago

4.2.2

6 years ago

4.2.1

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago