From 66a94ebd933d5fc1d46d948724682872686f6e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Wed, 20 Oct 2021 14:45:09 +0200 Subject: [PATCH] Fix templates ISO date (#6073) * Fix templates ISO date * Fix PR commenter URLs --- .github/pr-commenter.yml | 6 +++--- .../Packages/com.unity.template.hd/CHANGELOG.md | 2 +- .../Packages/com.unity.template.universal/CHANGELOG.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pr-commenter.yml b/.github/pr-commenter.yml index 2a560f59503..ce90e8b22a4 100644 --- a/.github/pr-commenter.yml +++ b/.github/pr-commenter.yml @@ -16,9 +16,9 @@ comment: - TestProjects/HDRP*/**/* body: | **HDRP** - `/jobDefinition/.yamato%2Fall-hdrp.yml%23HDRP_trunk` + `/jobDefinition/.yamato%2Fall-hdrp.yml%23PR_HDRP_trunk` With changes to HDRP packages, you should also run - `/jobDefinition/.yamato%252Fall-lightmapper.yml%2523PR_LightMapper_trunk` + `/jobDefinition/.yamato%2Fall-lightmapping.yml%23PR_Lightmapping_trunk` - id: URP files: - com.unity.render-pipelines.universal/**/* @@ -28,7 +28,7 @@ comment: **URP** `/jobDefinition/.yamato%252Fall-urp.yml%2523PR_URP_trunk` With changes to URP packages, you should also run - `/jobDefinition/.yamato%252Fall-lightmapper.yml%2523PR_LightMapper_trunk` + `/jobDefinition/.yamato%2Fall-lightmapping.yml%23PR_Lightmapping_trunk` - id: ShaderGraph files: - com.unity.shadergraph/**/* diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index 1dae43f6174..8f4ad86e315 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [13.2.0] - 2021-18-10 +## [13.2.0] - 2021-10-18 ### Fixed - Fixed new input system codepath not working if you had a controller but no keyboard or mouse. diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md index c29fd2836ed..3fbd66ff77d 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md +++ b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [13.2.0] - 2021-18-10 +## [13.2.0] - 2021-10-18 Version Updated The version number for this package has increased due to a version update of a related graphics package.