4.0.0 • Published 3 years ago

lerna-changelog-label-schema v4.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

:label: lerna-changelog-label-schema

npm

Label schema definition for lerna-changelog

:notebook: Label Schema

EmojisCategoryLabel DisplayPreset: defaultPreset: fullDescription
:star:FeatureType: Feature:white_check_mark::white_check_mark:Includes new features
:bug:BugType: Bug:white_check_mark::white_check_mark:Bug or Bug fixes
:lock:SecurityType: Security:white_check_mark::white_check_mark:Security fixes
:chart_with_upwards_trend:PerformanceType: Performance:white_check_mark::white_check_mark:Includes performance fixes
:zap:ImprovementType: Improvement:white_check_mark::white_check_mark:Includes backwards-compatible fixes
:boom:BreakingType: Breaking:white_check_mark::white_check_mark:Includes backwards-incompatible fixes
:warning:DeprecatedType: Deprecated:white_check_mark::white_check_mark:Includes deprecate fixes
:globe_with_meridians:I18nType: I18n:white_check_mark::white_check_mark:An internationalization fixes
:wheelchair:A11yType: A11y:white_check_mark::white_check_mark:An accessibility fixes
:pencil:DocumentationType: Documentation:white_check_mark::white_check_mark:A documetation fixes
:shirt:RefactoringType: Refactoring:white_check_mark:A code change that neither fixes a bug nor adds a feature
:white_check_mark:TestingType: Testing:white_check_mark:Adding missing tests or correcting existing tests
:wrench:MaintenanceType: Maintenance:white_check_mark:Repository Maintenance
:lollipop:ExampleType: Example:white_check_mark:Includes example and demo code fixes
:pushpin:DependencyType: Dependency:white_check_mark:Dependencies fixes
:package:BuildType: Build:white_check_mark:A packaging or a building fixes

You can use the preset as default or full. In about setup, look up the following CLI section.

:star: CLI

You can setup lerna-changelog labels to package.json with CLI.

:cd: Instllation

npm:

$ npm install -g lerna-changelog-label-schema

yarn:

$ yarn global add lerna-changelog-label-schema

:rocket: Usages

  Label schema definition for lerna-changelog

  Usage
    $ lerna-changelog-label-schema <command> [options]

  Commands:
    define, d      define lerna-changelog labels in your package.json 
    generate, g    generate lerna-changelog labels for GitHub labels, output for stdout
    version, v     show the version

  Options:
    --preset, -p   Label schema preset option, for define and generate command. 'default' or 'full', default: 'default'
    --output, -o   Output option, for generate command. if specified, stdout is suppressed.

  Examples:
    $ lerna-changelog-label-schema define --preset=full
    $ lerna-changelog-label-schema generate --preset=default

e.g. define command

$ cd /path/to/project
$ lerna-changelog-label-schema define --preset=full
apply lerna-changelog label schema 'full' to package.json

:scroll: Changelog

Details changes for each release are documented in the CHANGELOG.md.

:copyright: License

MIT