question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] ✨ Conventional Commits support! 🎉

See original GitHub issue

Hello @carloscuesta!

I’ve added support for CC,
hope you are willing to add it to your awesome tool.

here is the PR #144

detailes can be discussed - please give feedback

✨ added feature conventionalCommits

using @stack23/gitmoji-conventional-commits^3.2.9
the emoji gets replaced with Conventional Commit Prefixes
f.e. 🐛 => fix(🐛):

can be enabled via config.getConventionalCommits()

Tests - help needed

🎊 im already using it - see last few commits in PR!

  • add tests to hit expected coverage

TBD (next) - advanced format

  • use scope if available - fix(<scope>): 🐛
    • decision to make:
      • use emoji.scope - according to emoji description
      • use extra input option in prompts.gitmoji
    • maybe use code of #139

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
vivaxycommented, Jun 14, 2019

https://github.com/vivaxy/gacp might be your choice.

1reaction
DoubleU23commented, Jun 14, 2019

thx for the suggestion! since commitlint and conventional-commits are now located at the “same maintainers”
and is now handled with an more modular approach, we now use our own commitlint-config and plan to also implement an own parser for it as the “new” module approach also supports that

but for private usage i’ll try it out, and may use it for some smaller projects 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Conventional Commits
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an...
Read more >
@metahub/cz-conventional-commit - npm
Commitizen adapter following the conventional-changelog format, with emojis. 🎉. Latest version: 5.0.0, last published: 3 years ago.
Read more >
gitmoji | An emoji guide for your commit messages
Gitmoji is an emoji guide for your commit messages. Aims to be a standarization cheatshee /t for using emojis on GitHub's commit messages....
Read more >
How To Setup Husky, Lint Staged, And Commitizen On A Next ...
Husky improves your commits and more 🐶 woof! ... Husky offer features to help you, it offer: ... Conventional Commit With Commitizen.
Read more >
A guide on commit messages | Yvonnick Frin
Conventional Commits. It is a specification inspired from Angular commit message guidelines. It features a few interesting rules like: Commit ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found