commit
ba41015ef6
|
@ -0,0 +1 @@
|
||||||
|
Code cleanup.
|
|
@ -151,7 +151,7 @@ def publish_release(ctx, version, user, pypi_name):
|
||||||
|
|
||||||
@invoke.task(help={
|
@invoke.task(help={
|
||||||
'version': 'version being released',
|
'version': 'version being released',
|
||||||
'write_out': 'write changes to the actial changelog'
|
'write_out': 'write changes to the actual changelog'
|
||||||
})
|
})
|
||||||
def changelog(ctx, version, write_out=False):
|
def changelog(ctx, version, write_out=False):
|
||||||
if write_out:
|
if write_out:
|
||||||
|
|
Loading…
Reference in New Issue