7.0.2 • Published 8 months ago

conventional-changelog-conventionalcommits v7.0.2

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

conventional-changelog-conventionalcommits

NPM version Node version Dependencies status 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:

const createPreset = require('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-configdse-terraform-moduleseasyplayer-myetc-fe-commitlint-configencode-fe-commitlint-configetnon@oat-sa/conventional-changelog-tao@oiti/rn-liveness2d@okkife/commitlint-config@pob/root@seamlessc/tabler-icons-react@schroedernet/semantic-release-config@rweich/semantic-release-config@rws-air/commitlint-config@rys-fe/commitlintwalter-backenddragonbootdragonboot-commitlint-config@pplancq/semantic-release-configwd-fe-commitlint-configdoloremad@phong95/react-native-multiple-image-picker@proprioo-devops/semantic-release-config@proprioo-devops/semantic-release-config-npm@proprioo-devops/semantic-release-config-test@praella/localisationist@seniorsistemas/semantic-release-base-config@sephriot/react-native-persistable-uri@mlpconfig/commitlint-config@kode-frontend/commitlint-config@mpiantella/test@kuritkaj/ktools@mskelton/semantic-release-config@mtripg6666tdr/commitlint-config@lordbeanbag/vite-plugin-svg-icons-monorepo@ngx-library/infrastructurenon-standard-versionvision-camera-base64-resizedvision-camera-plugin-face-detectorvision-camera-plugin-scan-faces@nomadinteractive/commitlint-confignpm_qwertydemo-test-scrndemo-test-artifact-2@npmcli/release-please@npm_fluentco/adflow-react-native-sdk@openbench/release-config@openbench/release-config-actions@openbench/release-config-helm@onr/commitlint-config@nishant18/semantic-demo@nishant18/hello_india@open-sauced/release@open-sauced/semantic-release-conventional-confignpm_one_12_34_1_
7.0.0

8 months ago

7.0.2

8 months ago

7.0.1

8 months ago

6.1.0

10 months ago

6.0.0

11 months ago

5.0.0

2 years ago

4.6.3

2 years ago

4.6.2

2 years ago

4.6.1

3 years ago

4.6.0

3 years ago

4.5.0

3 years ago

4.4.0

4 years ago

4.3.1

4 years ago

4.3.0

4 years ago

4.2.3

4 years ago

4.2.2

5 years ago

4.2.1

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago