vladholubiev / gh-shipit

Automate GitHub releases, PRs, labels, release notes
MIT License
19 stars 3 forks source link

[Suggested Feature] Merge -> Squash and Merge #341

Open EzYoloFrodo opened 3 years ago

EzYoloFrodo commented 3 years ago

On "publish release" instead of "Merge" use "Squash and merge" After on master branch will be a list of release numbers, and git stories will cleaner.

KnupMan commented 3 years ago

@EzYoloFrodo but then develop would be inconsistent with the master branch. I guess it's better to squash the development PR's, so you won't have so many commit messages to have Git history dirty.