Skip to content

Commit 665879b

Browse files
committed
added temp bypass
1 parent ba6e3a7 commit 665879b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Tools/scripts/ReleaseAutomation/run_release_preparation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def PrepareNetcodePackageForRelease():
3232
print("\nStep 3: Triggering Yamato validation jobs...")
3333
trigger_release_preparation_jobs(config)
3434

35-
print("\nStep 4: Committing changelog and version updates...")
35+
print("\nStep 4: Creating PR with needed changes to default branch...")
3636
createPrAfterRelease(config)
3737

3838
except Exception as e:

Tools/scripts/Utils/createPrAfterRelease.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def createPrAfterRelease(config: ReleaseConfig):
5353
repo.git.add(config.changelog_path)
5454
repo.git.add(config.manifest_path)
5555
repo.git.add(config.validation_exceptions_path)
56+
repo.git.add("Tools/regenerate-ci.sh")
5657

5758
author = Actor(config.commiter_name, config.commiter_email)
5859
committer = Actor(config.commiter_name, config.commiter_email)

0 commit comments

Comments
 (0)