I tried creating a new release, explicitly specifying a commit and version and to fetch, but it looks like there is an issue when parsing the args - it seems like the version i supplied is set to the base commit variable.
git flow release start -F 1.7.3.9 cad4422d37a4396ccd0c31dfb08f75f7be4eba1b
> fatal: Given base '1.7.3.9' is not a valid commit on 'develop'.
I can just do a manual fetch before starting a release and just leave out the -F, but it's inconsistent with the help message:
$ git flow release start --help
usage: git flow release start [-h] [-F] version [base]
positional arguments:
version
base
optional arguments:
-h, --help show this help message and exit
-F, --fetch Fetch from origin before performing local operation.
Using git-flow commit: 15aab26490facf285acef56cb5d61025eacb3a69
I tried creating a new release, explicitly specifying a commit and version and to fetch, but it looks like there is an issue when parsing the args - it seems like the version i supplied is set to the base commit variable.
I can just do a manual fetch before starting a release and just leave out the -F, but it's inconsistent with the help message:
Using git-flow commit: 15aab26490facf285acef56cb5d61025eacb3a69