File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def PrepareNetcodePackageForRelease():
3232 print ("\n Step 3: Triggering Yamato validation jobs..." )
3333 trigger_release_preparation_jobs (config )
3434
35- print ("\n Step 4: Committing changelog and version updates ..." )
35+ print ("\n Step 4: Creating PR with needed changes to default branch ..." )
3636 createPrAfterRelease (config )
3737
3838 except Exception as e :
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments