Skip to content

Commit 88ea23d

Browse files
committed
docs: update RELEASING.md
[ci-skip]
1 parent 4b1a0c9 commit 88ea23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
6. Tag
2222

23-
`$ git tag -a vX.Y.Z -m "Releasing version X.Y.Z" && git push origin --tags`
23+
`$ git tag -a vX.Y.Z -m "Releasing version X.Y.Z" && git push origin master --tags`
2424

2525
7. Wait until travis has run and the new tag is available at https://github.com/pact-foundation/pact-python/releases/tag/vX.Y.Z
2626

0 commit comments

Comments
 (0)