gitflow-avh icon indicating copy to clipboard operation
gitflow-avh copied to clipboard

Can't publish a support branch

Open jkankiewicz opened this issue 7 years ago • 1 comments

The git flow support publish <name> subcommand doesn't exist and this is strange because a support branch has to be pushed to the origin repository in order for others to start hotfix branches that are based upon it.

$ git flow version
1.11.0 (AVH Edition)
$ git checkout master
$ git flow support start 3.3.x 88652fd40bbad0f29a25bfcee9a2f71e8dd7d2f5
Switched to a new branch 'support/3.3.x'

Summary of actions:
- A new branch 'support/3.3.x' was created, based on '88652fd40bbad0f29a25bfcee9a2f71e8dd7d2f5'
- You are now on branch 'support/3.3.x'

$ git flow support publish 3.3.x
Unknown subcommand: 'publish'
usage: git flow support [list]
   or: git flow support start

    Manage your support branches.

    For more specific help type the command followed by --help

jkankiewicz avatar Mar 15 '18 20:03 jkankiewicz

Is there any news yet?

ochstobi avatar Sep 18 '19 06:09 ochstobi