Skip to content

Commit a56a238

Browse files
committed
Use git flow release finish -F to remove the branch remotely automatically
1 parent 64a76fe commit a56a238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The steps for making a release of :code:`pushover_complete` are:
174174
$ git flow release publish {new_version}
175175
#. Finish the release branch::
176176

177-
$ git flow release finish {new_version}
177+
$ git flow release finish -F {new_version}
178178
#. Push the new tag::
179179

180180
$ git push --tags

0 commit comments

Comments
 (0)