Skip to content

Commit 937cb42

Browse files
committed
corrected PR title
1 parent 8dd9cb4 commit 937cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/ReleaseAutomation/release_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self):
6666
self.release_commit_message = f"Updated changelog and package version for Netcode in anticipation of v{self.package_version} release"
6767

6868
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"
7070
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" \
7171
f"1) Updated CHANGELOG.md by adding new [Unreleased] section template at the top and cleaning the Changelog for the current release.\n" \
7272
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

Comments
 (0)