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:
parent
8c5d783716
commit
49d3887d76
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user