You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/scripts/ReleaseAutomation/release_config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ def __init__(self):
66
66
self.release_commit_message=f"Updated changelog and package version for Netcode in anticipation of v{self.package_version} release"
67
67
68
68
self.pr_branch_name=f"netcode-update-after-{self.package_version}-release-branch-creation"# Branch from which we will create PR to default branch with relevant changes after release branch is created
69
-
self.pr_commit_message=f"Updated aspects of Netcode package in anticipation of v{self.package_version} release"
69
+
self.pr_commit_message=f"chore: Updated aspects of Netcode package in anticipation of v{self.package_version} release"
70
70
self.pr_body=f"This PR was created in sync with branching of {self.release_branch_name}. It includes changes that should land on the default Netcode branch ({self.default_repo_branch}) to reflect the new state of the package after the v{self.package_version} release:\n" \
71
71
f"1) Updated CHANGELOG.md by adding new [Unreleased] section template at the top and cleaning the Changelog for the current release.\n" \
72
72
f"2) Updated package version in package.json by incrementing the patch version to signify the current state of the package.\n" \
0 commit comments