summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-17 10:36:40 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-17 10:36:40 +0000
commit9283c3a8d738daac6e9058c9ee99c68b909c48d7 (patch)
treea572fc676b2d5cb2cd48442a72fbff3e274e93e9
parenta2e8d3924c86dcb236eaa05dedfef4dbcb8ce668 (diff)
Restore git push --tags.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index 1b91e8c..6c78472 100755
--- a/cdist
+++ b/cdist
@@ -934,7 +934,7 @@ def main():
command('git commit -a -m "Bump version"')
command('git push')
- # command('git push --tags')
+ command('git push --tags')
target.cleanup()