Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup a semantic commit tool #83

Open
adonyssantos opened this issue May 4, 2024 · 1 comment
Open

Setup a semantic commit tool #83

adonyssantos opened this issue May 4, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@adonyssantos
Copy link
Member

Tools for semantic commits 🛠️

There are several tools that can assist you in writing semantic commits, such as:

  • Commitizen: A CLI tool that helps you write interactive semantic commits.
  • Semantic-Release: A tool that automates release generation and changelogs based on semantic commits.
  • Husky: A tool that allows you to run scripts before making commits or pushes.
@adonyssantos
Copy link
Member Author

I think that we can use a tool like commitlint and run it with Husky before each commit.

https://commitlint.js.org/

@adonyssantos adonyssantos added the good first issue Good for newcomers label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant