-
Notifications
You must be signed in to change notification settings - Fork 138
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
finish release error (Mac OS) #273
Comments
@MarcoStagno Can you paste the contents of your |
this is the
and the result of
|
the problem is also in 'finish hotfix' |
@MarcoStagno just to make sure I understand - in the first case where you tried to finish a feature, what branch were you on? In the second case, when you tried to finish the hotfix, what branch were you on? Also - the next time this happens, can you try and run the corresponding command from the console and see if you get the same error? I'm trying to ascertain whether the issue is endemic to the plugin, or something specific with your gitflow/project/system etc |
@OpherV in both cases I was in the branch that I was trying to finish; in the first case I was on branch I already run the same command on console and the error was the same; I had to change it manually (on console) to makes it works for example from: thank you for your support! |
Oh that is interesting Anyhow I guess I can work around it by flipping the order of the parms. I'll have a look |
Hi there, same problem same solution for me. Here is the trace in the console:
It might come from the git command parser... The solution was to place the -m "message" after the version number:
So we have a workaround... Thanks for the plugin! |
Fixed in 0.7.2 |
I'm submitting a ...
What is the current behavior?
Finish release doesn't work
Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
Try to finish a
release
: I got this error from console:12:16:20.224: [locapp] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false flow release finish -m "Tagging version 1.52.0" 1.52.0
Fatal: Branch 'release/version' does not exist and is required.
What is the expected behavior?
it'd finish the release
What is the motivation / use case for changing the behavior?
I found that from the cli it works if I put the tag version before the -m
git -c credential.helper= -c core.quotepath=false -c log.showSignature=false flow release finish 1.52.0 -m "Tagging version 1.52.0"
works finePlease tell me about your environment:
Gitflow4idea version: find in IntelliJ settings plugins
0.7.1
Gitflow version: run in terminal
>git flow version
1.12.3 (AVH Edition)
IntelliJ Help -> about > click copy icon and paste here. Should look like this:
The text was updated successfully, but these errors were encountered: