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

change commit messages and versioning to the semantic way #45

Open
genofire opened this issue Sep 17, 2023 · 0 comments
Open

change commit messages and versioning to the semantic way #45

genofire opened this issue Sep 17, 2023 · 0 comments

Comments

@genofire
Copy link

i prefer the use of semantic-release.
Thats create automaticaly releases semantic-version based an conventional commits.

So every commit message must have the conventional commit standard:

  • fix(component): for bugfix
  • feat(component): for features
  • chore(docs): for docs
  • an ! in the prefix. e.g. (component)!: for breaking change (which create a new major version)

i switch that already for yanic ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant