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

merge feature branch with squash should copy messages from squashed commits or give oportunity to set own commit message #287

Closed
alapierre opened this issue Mar 16, 2021 · 3 comments

Comments

@alapierre
Copy link

currently after

mvn -DfeatureSquash=true gitflow:feature-finish

commit message is only: feature/feature_name

image

@karolbryzgiel
Copy link

true, defining the commit name after squash would be a nice feature

Currently, to work around the problem, I turn off the automatic pushing of the commit after merging by:
<pushRemote>false</pushRemote>
next I change the name of the commit manually and push it manually

@aleksandr-m
Copy link
Owner

@alapierre @karolbryzgiel 1.17.0 is out.

@alapierre
Copy link
Author

alapierre commented Dec 8, 2021 via email

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

No branches or pull requests

3 participants