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

support conventional commits #22

Closed
6r17 opened this issue Jan 20, 2023 · 1 comment · Fixed by #75
Closed

support conventional commits #22

6r17 opened this issue Jan 20, 2023 · 1 comment · Fixed by #75
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@6r17
Copy link

6r17 commented Jan 20, 2023

Suggestion: Add support for Semantic Versioning, using tags ( such as [dev] [chore] [fix] [perf]) appropriately
Why: Semantic is a widely known standard for commit messages which are compiled to make a description of new releases. https://github.com/semantic-release/semantic-release
How: Add [dev] [chore] etc... in the commit message ; might be wrong but we are editing the message already anyway
What: Maybe a configuration that we could setup to automaticly prefix the commit message, maybe there is a way to hack this in without modifying the code too much ?

@zurawiki zurawiki added enhancement New feature or request help wanted Extra attention is needed labels Jan 20, 2023
@zurawiki
Copy link
Owner

Thanks for the suggestions @6r17 , I appreciate the feedback!

I see value in implementing this feature outside of the LLM APIs. I'm curious if we can categorize a diff based on the change and apply the right label (chore, doc, fix, feat, etc.).

@zurawiki zurawiki changed the title [Suggestion] - Add semver support support conventional commits Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants