Socket
Book a DemoInstallSign in
Socket

@localazy/conventional-changelog-preset

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/conventional-changelog-preset

Conventional Changelog with Emojis support

1.3.0
latest
Source
npmnpm
Version published
Maintainers
2
Created
Source

Localazy

πŸ“¦ @localazy/conventional-changelog-preset

Plugin for conventional-changelog with support for emoji commits and squashed PRs.

πŸ”§ Installation

npm i -D conventional-changelog \
conventional-changelog-cli \
conventional-recommended-bump@9 \
https://github.com/localazy/conventional-changelog-preset.git \
https://github.com/localazy/conventional-changelog-writer.git

πŸš€ Usage

# show cli help
npx conventional-changelog --help
# regenerate whole changelog
npx conventional-changelog -p @localazy/preset -i CHANGELOG.md -s -r 0
# add latest release to changelog
npx conventional-changelog -p @localazy/preset -i CHANGELOG.md -s -r 1
# preview unreleased changelog
npx conventional-changelog -p @localazy/preset -u
# preview recommended bump: patch|minor|major
npx conventional-recommended-bump -p @localazy/conventional-changelog-preset

πŸ”¨ Configuration

You can create .changelogrc.json file in your root folder to extend or create additional emoji groups. Look at the default configuration file for reference. Use type property as identifier when extending existing configuration.

{
  "emojis": [
    {
      "type": "feat",
      "emojiAliases": [
        "🌟",
        "πŸ’«",
        "🌠",
        "πŸ’™"
      ]
    }
  ]
}

πŸŽ‰ Available Emojis

EmojiAliasesTypeType AliasesVersion BumpIn Changelog?HeadingOrder
πŸ’₯breakingmajorβœ…πŸ’₯ Breaking Changes10
✨🌟, πŸ’«, 🌠featfeatureminorβœ…βœ¨ Features20
⚑️perfperformancepatchβœ…βš‘οΈ Performance30
πŸ›πŸž, πŸš‘, 🚨fixfixes, hotfix, hotfixespatchβœ…πŸ› Bug Fixes40
πŸ“šπŸ“–, πŸ“docsdocpatchβœ…πŸ“š Documentation50
πŸ§ͺβœ…, 🚦testtestspatchβœ…πŸ§ͺ Tests60
β™»οΈπŸ¦„refactorpatchβœ…πŸ§° Other Commits70
πŸ’„πŸŽ¨, 🌈stylecleanup, format, lintpatchβœ…πŸ§° Other Commits71
πŸ”§βš™οΈ, πŸ—, ⬆️chorechores, deps, build, cipatchβœ…πŸ§° Other Commits72
πŸš€releasepatch1000

πŸ“œ License

Code released under the MIT license.

Keywords

conventional-changelog

FAQs

Package last updated on 22 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.