fix release Changelog

This commit is contained in:
Michael Barz
2020-10-28 09:18:53 +01:00
parent 92ae96600d
commit 573351b0d7

View File

@@ -870,7 +870,6 @@ def binary(ctx, name):
'image': 'toolhippie/calens:latest',
'pull': 'always',
'commands': [
'cd ocis',
'calens --version %s -o dist/CHANGELOG.md' % ctx.build.ref.replace("refs/tags/v", "").split("-")[0],
],
'when': {