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 Merge commit #19

Closed
wants to merge 3 commits into from

Conversation

thoaionline
Copy link

Notes to reviewer

  • The upper case in the message was intentional, it's the default message generated by git. This helps with the merge workflow (e.g. in private repos).
  • Hided some non-critical input from the test suite

@thoaionline
Copy link
Author

@thekaveman wysiwyg

@thekaveman
Copy link
Member

Thanks for your suggestion @thoaionline!

I think we'd like to keep this hook small and simple, and focused on Conventional Commits use-cases. Since this hook only comes into play locally, you do also have the option of customizing the merge commit message to be "conventional" at that time:

git commit merge -m "feat: merge new feature to main"

@thekaveman thekaveman closed this May 20, 2022
@compilerla compilerla locked as resolved and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants