-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release command fails #3
Comments
Couple Questions:
|
I am on a Mac latest OSX, GIT 2.8.3, heres my test setup https://github.com/steffans/test-release/tree/develop
|
After running a couple tests, this may be related to: nvie/gitflow#98 but I am not completely sure because I am getting different error. Doing more testing. |
Thanx, does my test work for you? I also wonder why the message has no quotes in the command.
should be
|
@steffans Could you please try installed the gnu-getopts and let me know i the problem still persists? |
I just had a successful run on OSX. Please check the updated README for the OSX notes and install git-flow-avh with gnu-getopts. |
Thank you! I checked my git flow install, i used the |
@mrkmg Can you check if there are quotes missing the |
The quotes shouldn't be the problem as I am using spawnSync to spawn the git process and pass the arguments. I am going to build in a test for proper setting of the release message. Once I have that done I will report back what I am seeing on OSX. |
I don't have a mac to test on. Can you manually start a release, then finish one with the -m flag and see if the commit message is correct? |
So I borrow a mac and I got different results. Looking at the source of git-flow-avh now to try to understand what is going on... |
Okay, so I think I have this resolved. generate-release now detects if you are using the AVH edition, and uses the -f flag to pass the release message. I still recommend that gnu-getopts is installed as on Mac I tested on I was getting problems unless I installed it. I am seeing the correct release message in my tests now and this should be available in version 0.9.0 Please let me know if you are still seeing a problem after the 0.9.0 release. I will close this now, but if you are still having an issue, I will re-open. |
@mrkmg Thanks, i will try it. |
I just tried to generate a release however, the package.json gets not updated or commited and i get this error message. Any suggestions?
The text was updated successfully, but these errors were encountered: