This package has been deprecated

Author message:

WARNING: This project has been renamed to lerna-changelog-label-schema. Install using lerna-changelog-label-schema instead.

lerna-changelog-label-types

2.0.1 • Public • Published

🏷 lerna-changelog-label-types

npm CircleCI

Label type definition for lerna-changelog

📓 Label Types

Emojis Labels Default Full Description
⭐️ Type: Feature new feature issue
🐛 Type: Bug bug issue
🔒 Type: Security security issue
📈 Type: Performance performance issue
⚡️ Type: Improvement backwards-compatible feature
💥 Type: Breaking backwards-incompatible feature
⚠️ Type: Deprecated Deprecate feature
🌐 Type: I18n internationalization issue
♿️ Type: A11y accessibility issue
📝 Type: Documentation documentation issue
👕 Type: Refactoring refactoring issue
Type: Testing test issue
🔧 Type: Dev Env Ops dev env ops issue
🍭 Type: Example example or demo issue
📌 Type: Dependency dependencies issue
📦 Type: Build packaging or bundling issue

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

⭐️ CLI

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

💿 Instllation

npm:

$ npm install -g lerna-changelog-lable-types

yarn:

$ yarn global add lerna-changelog-lable-types

🚀 Usages

Run the following command in your repository:

$ lerna-changelog-lable-types  
apply lerna-changelog label preset 'default' to package.json

When labels is set successfully, a message is output.

If you want to set all labels, specify full as --preset or -p argument.

$ lerna-changelog-lable-types --preset=full
apply lerna-changelog label preset 'full' to package.json

📜 Changelog

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

©️ License

MIT

Readme

Keywords

Package Sidebar

Install

npm i lerna-changelog-label-types

Weekly Downloads

3

Version

2.0.1

License

MIT

Unpacked Size

14.2 kB

Total Files

13

Last publish

Collaborators

  • kazupon