mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
What about different commit types and then squashing and merging? #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jacek-jablonski on GitHub (Apr 17, 2020).
Hi!
How does different commits with different message types relate to later squashing and merging?
History on branch looks like:
Later during squash and merge should I create completely new summarized message ignoring f.e.
docs:orfix:?@damianopetrungaro commented on GitHub (Apr 20, 2020):
You should not squash merge 3 commits meant to solve 3 different problems.
You can use 3 pull request each one with 1 commit, or 1 pull request with 3 commits, both of them without squashing commits :)