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

Prevent interactivity #25

Open
ccrvlh opened this issue Feb 4, 2021 · 0 comments
Open

Prevent interactivity #25

ccrvlh opened this issue Feb 4, 2021 · 0 comments

Comments

@ccrvlh
Copy link

ccrvlh commented Feb 4, 2021

Thank a lot for this, been looking for a more efficient way to deal with versioning for quite a while now!

I realize this is not very active, but I was wondering if there's a way to implement two small modifications:

1. Prevent Interactivity
While making a release or a feature it stills asks me for a commit message.
I've seen a question in SO that said I could make something like:

export GIT_MERGE_AUTOEDIT=no
git flow release finish -m 'Merge Message' release_branch_name
unset GIT_MERGE_AUTOEDIT

But I don't understand how to apply something like this inside the hooks, without the message and without the release name (using auto bump). Any ideas?

2. Automatically push commits on the master
After I finish a release, I'm taken to the master branch (using VSCode), and I can see that there are 2/3 commits to be pushed to origin. I was wondering if there would be way to automatically push after finishing a release/feature/hotfix.

Thanks a lot!

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

1 participant