Skip to content

Commit ad7c509

Browse files
committed
Removed automated release trigger from NGOv1.X
1 parent a7ff7d8 commit ad7c509

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.yamato/ngo-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
ngo_release_preparation:
22
name: "NGO release preparation"
33
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
4-
triggers:
5-
recurring:
6-
- branch: develop # We make new releases from this branch
7-
frequency: "10 ? * 1" # Runs every Sunday at 10:00 AM
84
commands:
95
- pip install PyGithub
106
- pip install GitPython

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515
- Minimal supported editor was updated to 6000.0 as 2022.3 is now out of support
16-
- Updated transport dependency to latest 2.7.2
16+
- Updated transport dependency to latest 2.7.3
1717

1818
### Deprecated
1919

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.6",
9-
"com.unity.transport": "2.7.2"
9+
"com.unity.transport": "2.7.3"
1010
},
1111
"samples": [
1212
{

0 commit comments

Comments
 (0)