We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9c211 commit 0675c2eCopy full SHA for 0675c2e
1 file changed
scripts/release-demo.py
@@ -53,7 +53,7 @@ def release_demo(
53
raise error
54
55
git("push", "-u")
56
- _create_demo_pr()
+ _create_demo_release_pr()
57
58
59
def _rollback_failed_release() -> None:
@@ -67,7 +67,7 @@ def _rollback_failed_release() -> None:
67
git("branch", "-D", starting_demo_branch)
68
69
70
-def _create_demo_pr() -> None:
+def _create_demo_release_pr() -> None:
71
"""Creates a pull request to merge the demo's feature branch into ."""
72
current_branch: str = get_current_branch()
73
if not current_branch.startswith("release/"):
0 commit comments