Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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