Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 29, 2023
1 parent 4955da0 commit ed5f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oca_github_bot/tasks/merge_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _merge_bot_merge_pr(org, repo, merge_bot_branch, cwd, dry_run=False):
for addon_dir in modified_installable_addon_dirs:
# bumpversion is last commit (after readme generation etc
# and before building wheel),
# so setuptools-odoo generates a round version number
# so setuptools-odoo and whool generate a round version number
# (without .dev suffix).
bump_manifest_version(addon_dir, bumpversion_mode, git_commit=True)

Expand Down

0 comments on commit ed5f573

Please sign in to comment.