Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Fix: GitFlow.publish() does not return the branch name.
Browse files Browse the repository at this point in the history
This fixes issue #6.
  • Loading branch information
htgoebel committed Apr 29, 2013
1 parent 7ca95b0 commit 29cfa5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitflow/core.py
Expand Up @@ -712,6 +712,7 @@ def publish(self, identifier, name):
origin.fetch()
# configure remote tracking
repo.branches[full_name].set_tracking_branch(info.remote_ref)
return full_name


@requires_initialized
Expand Down

0 comments on commit 29cfa5b

Please sign in to comment.