New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@localazy/conventional-changelog-preset

Package Overview
Dependencies
Maintainers
0
Versions
6
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.2.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by166.67%
Maintainers
0
Weekly downloads
 
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

FAQs

Package last updated on 07 Jan 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc