Socket
Book a DemoInstallSign in
Socket

@localazy/conventional-changelog-preset

Package Overview
Dependencies
Maintainers
2
Versions
13
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

Source
npmnpm
Version
1.3.0
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