Skip to content

Commit

Permalink
[IMP] add 'migration' in the OCABOT_USAGE.
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed May 25, 2022
1 parent 7c584a8 commit a93e884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oca_github_bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def func_wrapper(*args, **kwargs):
"OCABOT_USAGE",
"**Ocabot commands**\n"
"* ``ocabot merge major|minor|patch|nobump``\n"
"* ``ocabot rebase``",
"* ``ocabot rebase``"
"* ``ocabot migration {MODULE_NAME}``",
)

OCABOT_EXTRA_DOCUMENTATION = os.environ.get(
Expand Down

0 comments on commit a93e884

Please sign in to comment.