Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atjson/conventional-changelog-emoji

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/conventional-changelog-emoji

Conventional commits for AtJSON

  • 0.19.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

✌️ conventional-changelog-emoji

Conventional Commits is a community standard designed to generate software changes automatically.

We use emoji for our conventional commits to reduce technical jargon in our software.

Commits look like ✌️ My awesome change (#12). There’s emoji at the beginning, the description of the changes made in the middle and the number referencing the GitHub pull request at the end.

❤️ Supported emoji

EmojiChangelog HeadingSeverityIncluded in Changelog?
🏗🏗 Build Changespatch🚫
📦📦 npm changespatch🚫
🚨🚨 Breaking Changesbreaking
👷‍♀️👷‍♀️ TravisCIpatch🚫
👷‍♂️👷‍♂️ TravisCIpatch🚫
🗻🗻 CodeClimatepatch🚫
👩‍⚖️⚖️ Licensing Changesmajor
👨‍⚖️⚖️ Licensing Changesmajor
⚖️⚖️ Licensing Changesmajor
📓📚 Documentationpatch🚫
📚📚 Documentationpatch🚫
✨ New Featuresminor
🎉✨ New Featuresminor
🎊✨ New Featuresminor
🐛🐛 Fixespatch
🐝🐛 Fixespatch
🔒🔒 Security Updatespatch
🚀🚀 Performancepatch🚫
🛀🛀 Code Cleanuppatch🚫
⏪ Undo Changesrevert🚫
💅💄 Stylepatch🚫
💄💄 Stylepatch🚫
🎨💄 Stylepatch🚫
🚦🚦 Testspatch🚫
🚥🚦 Testspatch🚫

PS: Use any skin tone you want– we'll detect it regardless of the skin tone and put it under the correct heading 😘

🙋‍♀️ Do you have an emoji that you'd like to add?

Add your emoji to this spreadsheet with the heading that it should live under, the severity of the change, and a 🚫 or ✅ indicating whether it should be included in the changelog.

The severity can be one of the following:

  • patch indicates fixes and other changes
  • minor indicates new features (and possibly fixes as well)
  • major / breaking indicates that the software now works differently and will need to be updated accordingly

👉 Examples

Let’s use the commit examples used above:

  • 📦 Release 0.2.8
  • 🐛 Fix nested bold and italic markdown output (#32)
  • 🎉 Add horizontal rule and vertical adjustments for Google Docs paste (#52)
  • ✨👑✨ Make Annotations classes instead of JS objects (#54)

    🚨 Schemas are now defined as a list of annotation classes, cf. [Bold, Italic]

And show what will be our changelog!

🐛 Fixes

  • 🐛 Fix nested bold and italic markdown output (#32)

✨ New Features

  • ✨👑✨ Make Annotations classes instead of JS objects (#54)
  • 🎉 Add horizontal rule and vertical adjustments for Google Docs paste (#52)

🚨 Breaking Changes

  • Schemas are now defined as a list of annotation classes, cf. [Bold, Italic]

FAQs

Package last updated on 05 Aug 2019

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