Skip to content

Commit ed56587

Browse files
committed
Corrected job commands
1 parent 19770a2 commit ed56587

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.yamato/ngo-publish.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,4 @@ ngo_release_preparation:
99
commands:
1010
- pip install PyGithub
1111
- pip install GitPython
12-
# This script checks if requirements for automated release preparations are fulfilled.
13-
# It checks if it's the correct time to run the release automation (every 4th week, end of Netcode sprint), if there is anything in the CHANGELOG to release and if the release branch wasnb't already created.
14-
- python Tools/scripts/ReleaseAutomation/verifyNetcodeReleaseConditions.py
15-
# If the conditions are met, this script branches off, runs release.py that will set up Wrench, regenerate recipes, clean changelog etc and pushes the new release branch.
16-
# By doing this we ensure that package is potentially release ready. Note that package version is already always corresponding to current package state
17-
- python Tools/scripts/ReleaseAutomation/netcodeReleaseBranchCreation.py
18-
# We still need to manually set up Packageworks but this script will already trigger required jobs so we don't need to wait for them.
19-
# Additionally it will also trigger multiple builds with different configurations that we can use for Playtesting
20-
- python Tools/scripts/ReleaseAutomation/triggerYamatoJobsForNetcodeReleaseValidation.py
21-
# If the conditions are met, it will commit changelog update and patch package version bump (to reflect current state of the package on main branch)
22-
- python Tools/scripts/ReleaseAutomation/commitNetcodeChangelogAndPackageVersionUpdates.py
12+
- python Tools/CI/Netcode/ReleaseAutomation/run_release_preparation.py

0 commit comments

Comments
 (0)