mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 02:28:30 +00:00
fix: match tag and release title, ignore devtools build for pypi
This commit is contained in:
@@ -505,7 +505,7 @@ def tag(dry_run: bool, no_edit: bool) -> None:
|
||||
|
||||
version = unique_versions.pop()
|
||||
console.print(f"[green]✓[/green] Validated packages @ [bold]{version}[/bold]")
|
||||
tag_name = f"v{version}"
|
||||
tag_name = version
|
||||
|
||||
if not dry_run:
|
||||
with console.status("[cyan]Checking out release/v1.0.0 branch..."):
|
||||
@@ -661,6 +661,8 @@ def tag(dry_run: bool, no_edit: bool) -> None:
|
||||
"release",
|
||||
"create",
|
||||
tag_name,
|
||||
"--title",
|
||||
tag_name,
|
||||
"--notes",
|
||||
release_notes,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user