Skip to content

Commit

Permalink
Update reviewers when starting a new release.
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
Flynn committed Aug 2, 2021
1 parent 5fe0ee7 commit 8208c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/start-update-version
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def main(next_ver: str, today: datetime.date, quiet: bool=False, commit: bool =
"--base", orig_branch,
"--title", f"[v{next_ver}] Prep work for next scheduled release",
"--body", f"Updates for next version {next_ver}",
"--reviewer", "kflynn,rhs,esmet,acookin"])
"--reviewer", "emissary-ingress/emissary-maintainers"])

if checker.ok:
print(f'Update complete. Merge PR back to target branch ASAP')
Expand Down

0 comments on commit 8208c96

Please sign in to comment.