1
0
Fork 0

Add version.txt for use in release automation via ship-it.

master
Justin Wood 2019-12-12 22:26:16 -05:00 committed by Sebastian Kaspari
parent 582ccff09a
commit 80693f4f0b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def get_decision_parameters(graph_config, parameters):
def read_version_file():
with open(os.path.join(os.path.dirname(__file__), '..', '..', 'version.txt')) as f:
return f.read().strip()
return f.read().strip().decode('utf-8')
def _resolve_release_type(head_tag):