diff --git a/lib/devtools/src/crewai_devtools/cli.py b/lib/devtools/src/crewai_devtools/cli.py index 070e22e7d..74f550be5 100644 --- a/lib/devtools/src/crewai_devtools/cli.py +++ b/lib/devtools/src/crewai_devtools/cli.py @@ -2086,7 +2086,7 @@ def tag(dry_run: bool, no_edit: bool) -> None: console.print("[green]✓[/green] main branch up to date") release_notes, openai_client, is_prerelease = _generate_release_notes( - version, tag_name, no_edit, bump_already_done=not dry_run + version, tag_name, no_edit, bump_already_done=True ) docs_branch = _update_docs_and_create_pr(