diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-17 10:36:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-17 10:36:40 +0000 |
| commit | 9283c3a8d738daac6e9058c9ee99c68b909c48d7 (patch) | |
| tree | a572fc676b2d5cb2cd48442a72fbff3e274e93e9 | |
| parent | a2e8d3924c86dcb236eaa05dedfef4dbcb8ce668 (diff) | |
Restore git push --tags.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
