Skip to content
Snippets Groups Projects
Commit b13188199833 authored by Georges Racinet's avatar Georges Racinet
Browse files

push-release: also push a x-y-latest for 'current' series

This is a good uniformity move.
parent 436badcbc7bf
No related branches found
No related tags found
No related merge requests found
......@@ -138,3 +138,9 @@
simulate=simulate,
tag_series=stable_series,
stable_series=stable_series)
if stable_series is None:
future_stable_series = '-'.join(version.split('.', 2)[:2])
push_tag(py_version, 'latest',
simulate=simulate,
tag_series=future_stable_series,
stable_series=stable_series)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment