Skip to content

Commit 9c7b140

Browse files
committed
Assure master is pushed as well when pushing tags
Previously, master wasn't pushed, which might leave the commit that bumps the version on disk. That is rather confusing then.
1 parent b8c9989 commit 9c7b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ release: clean
1313
make force_release
1414

1515
force_release: clean
16-
git push --tags
16+
git push --tags origin master
1717
python3 setup.py sdist bdist_wheel
1818
twine upload -s -i [email protected] dist/*

0 commit comments

Comments
 (0)