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

feat: Add support for conventional commits and templates #10

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

appleboy
Copy link
Owner

@appleboy appleboy commented Mar 9, 2023

  • Add support for conventional commits
  • Add a new template for conventional commits
  • Update the prompt.go file to include the new template
  • Remove the ignoreLists field from the Command struct in git.go

fix #9

- Add support for conventional commits
- Add a new template for conventional commits
- Update the `prompt.go` file to include the new template
- Remove the `ignoreLists` field from the `Command` struct in `git.go`
@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2023

Codecov Report

Merging #10 (b771ff3) into main (03b4770) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@          Coverage Diff          @@
##            main     #10   +/-   ##
=====================================
  Coverage   9.67%   9.67%           
=====================================
  Files          2       2           
  Lines         31      31           
=====================================
  Hits           3       3           
  Misses        28      28           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@appleboy appleboy merged commit 2337d79 into main Mar 9, 2023
@appleboy appleboy deleted the conventional branch March 9, 2023 02:17
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

Successfully merging this pull request may close these issues.

Option to support conventional commits
2 participants