Skip to content

Commit

Permalink
Fix templates ISO date (Unity-Technologies#6073)
Browse files Browse the repository at this point in the history
* Fix templates ISO date

* Fix PR commenter URLs
  • Loading branch information
Théo Penavaire committed Oct 20, 2021
1 parent 98019e3 commit 66a94eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/pr-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
Expand All @@ -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/**/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66a94eb

Please sign in to comment.