Skip to content

Commit d31d7a8

Browse files
committed
Tweaking release instructions
1 parent c32e4c4 commit d31d7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ pip install bumpversion
1313
```
1414
bumpversion major|minor|patch
1515
git push origin master
16-
git push --tags
16+
git push origin --tags
1717
python setup.py publish
1818
```
1919

2020
`bumpversion *` will update the version field appropriately, create a git commit and tag for the version, and publish the tag to github.
21-
`git push --tags` will publish the tag to github., and then immediately.
2221
`git push origin master` will publish the changes to package.json.
22+
`git push origin --tags` will publish the tag to github., and then immediately.
2323
`python setup.py publish` will publish the module to pypi.
2424

2525
The reason for this is that it allows someone to easily view the source code (and readme) for whatever version they happen to have downloaded from pypi. This is particularly helpful when github is ahead of pypi.

0 commit comments

Comments
 (0)