Socket
Socket
Sign inDemoInstall

conventional-changelog-emojis

Package Overview
Dependencies
7
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    conventional-changelog-emojis

conventional-changelog preset with emojis


Version published
Maintainers
3
Install size
195 kB
Created

Readme

Source

conventional-changelog-emojis

buid buid version MIT License

Use emojis in your commit message for fun and profit!

Emojis Message Convention

The convention is based on Angular's Commit Message Guidelines.

<emoji>  <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

You can find the supported emojis and their meaning here.

Examples

Appears under "Features" header, pencil subheader:

✨ add 'graphiteWidth' option

Appears under "Bug Fixes" header, graphite subheader, with a link to issue #28:

🐛 stop graphite breaking when width < 0.1

Closes #28

Smart Commit Support

This preset supporst mulitple smart commit formats.

GitHub, Gitlab, Bitbucket, ...

If a smart commit references an issue with the # prefix (This is supported by conventional-changelog by default) they will be linked in the generated changelog.

Jira, ...

If a smart commit references an issue with the ABC- prefix they will be linked in the generated changelog.

Different issue tracker URL

If your issue tracker has a different URL than your repository (e.g. your using Bitbucket and track issues in Jira), you can specify this in your package.json via the bugs.url field.

This preset supports Jira Smart Commits


Based on the conventional-changelog-angular preset.

Keywords

FAQs

Last updated on 11 Apr 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc