2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

[ask] for changelog

This commit is contained in:
Rushabh Mehta 2018-06-14 09:27:08 +05:30
parent 8c5d783716
commit 49d3887d76

View File

@ -59,6 +59,7 @@ def confirm_testing():
print('')
print('')
click.confirm('Is manual testing done?', abort = True)
click.confirm('Have you added the change log?', abort = True)
def bump(bench_path, app, bump_type, from_branch, to_branch, remote, owner, repo_name=None):
assert bump_type in ['minor', 'major', 'patch', 'stable', 'prerelease']