5.1.0 • Published 7 months ago

conventional-changelog v5.1.0

Weekly downloads
517,474
License
MIT
Repository
github
Last release
7 months ago

NPM version Build Status Dependency Status Coverage Status

Generate a changelog from git metadata

Usage

You most likely only need to use this module if you're building a library that provides an abstraction on top of conventional commits, See Getting started if you're an end-user.

$ npm install --save conventional-changelog
var conventionalChangelog = require('conventional-changelog');

conventionalChangelog({
  preset: 'angular'
})
  .pipe(process.stdout); // or any writable stream

Or if you want to use your own custom preset:

var conventionalChangelog = require('conventional-changelog');

var config = require('@org/conventional-changelog-custom-preset');
conventionalChangelog({config})
  .pipe(process.stdout); // or any writable stream

API

conventionalChangelog([options, [context, [gitRawCommitsOpts, [parserOpts, writerOpts]]]])

Returns a readable stream.

options

See the conventional-changelog-core docs. The API is the same with the following changes or additions:

preset

Type: string Possible values: 'angular', 'atom', 'codemirror', 'conventionalcommits', 'ember', 'eslint', 'express', 'jquery', 'jshint'

It's recommended to use a preset so you don't have to define everything yourself. Presets are names of built-in config.

A scoped preset package such as @scope/conventional-changelog-custom-preset can be used by passing @scope/custom-preset to this option.

NOTE: options.config will be overwritten by the values of preset. You should use either preset or config, but not both.

Notes for parent modules

License

MIT

@shovel-plus/clicommit-cz-fixeasy-select-rndocuments-service-apireact-native-bluetooth2killi8n-react-native-fast-imageconventional-toolsairscanairscan-example@willhayes/want-clireact-native-esc-pos-sahaab@borisovart/atol-kkt-modulecgdemouikbc-ui-cli-v2deneme323112eslint-config-stackr23@ntt_app/react-native-custom-notification@jaccomeijer/makebamboosssstestesdfasdfsadfsdaf@wheelroom/makereact-native-covid-sdk@src-works/npm-ts-gulpglue-js-documentation-builder@ionic/e2e@jttechnic/interpreter@jady/clireact-native-printer-brothersreact-native-shekhar-bridge-test@oiti/documentoscopy-react-nativequoc-test@infinitebrahmanuniverse/nolb-convnubomed-cliluminos-ui-corewbu-design-system@everything-registry/sub-chunk-1377jawwy-sdkjawwy_gamification_releasemock-changelogreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_samplereact-native-chenaardsj-pc-clientcoreemmaramirez.mereact-native-responsive-sizeeasy-releaseeasyplayer-mypayutestingflip-changelogflip-changelogtestfirebase-sign-in-with-ethereumfawaterak-online-paymentfawatrak-online-paymentfie-plugin-commitfmslevents-clijawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwytest_lib_module_aar@rigor789/trapezedev-projectfluent.adflow.reactnativesdkfluent.adflow.reactnativesdk-alphafork-versiongamification-integration-newframework_test_library_sixdeeframework_test_library_sixdee_newframework_test_library_sixdee_new_newfreeform-semantic-commit-analyzerftb-sharedjm-clijm-deployjcmkhaled-salem-custom-componentsinterval-changelog-generatorzotero-plugin-scaffoldknight-cligenz-native-elementsgaurav-react-native-loopgit-lintsgit-tslintgit-cloggit-flowgit-eslinthong1-utilsgk-cligitee-release-cligithub-releasergithub-conventional-changeloggenerator-weppygriffin-ui-librarygsv-changeloggulp-conventional-changeloggulp-conventional-releasegulp-changelog-release
5.0.0

8 months ago

5.1.0

7 months ago

4.0.0

11 months ago

3.1.25

2 years ago

3.1.24

3 years ago

3.1.23

4 years ago

3.1.22

4 years ago

3.1.21

4 years ago

3.1.20

4 years ago

3.1.19

4 years ago

3.1.18

4 years ago

3.1.17

4 years ago

3.1.16

4 years ago

3.1.15

4 years ago

3.1.14

4 years ago

3.1.13

4 years ago

3.1.12

5 years ago

3.1.10

5 years ago

3.1.9

5 years ago

3.1.8

5 years ago

3.1.7

5 years ago

3.1.6

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.24

6 years ago

1.1.23

6 years ago

1.1.22

6 years ago

1.1.21

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.2.0

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.7

6 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.1.0-beta.3

9 years ago

0.1.0-beta.2

9 years ago

0.1.0-beta.1

9 years ago

0.1.0-alpha.3

9 years ago

0.1.0-alpha.2

9 years ago

0.1.0-alpha.1

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago