Skip to content

Commit

Permalink
Merge branch 'main' into ig/no_patch_release_on_main_error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Nov 14, 2024
2 parents ff5fde4 + 88b529e commit 04f09df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/scripts/towncrier_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ def main(argv: Sequence[str] | None = None) -> None:
raise NoMinorMajorReleaseOffMainError(
f"Version {args.version} is a minor or major release, but you are trying to release not from main: {base_branch}."
)
pr_description = (
"" if base_branch == "main" else "@meeseeksmachine backport to main"
)
pr_description = "" if base_branch == "main" else "@meeseeksdev backport to main"
branch_name = f"release_notes_{args.version}"

# Create a new branch + commit
Expand Down

0 comments on commit 04f09df

Please sign in to comment.