Releases: ExtendRealityLtd/DevOps
Releases · ExtendRealityLtd/DevOps
v3.12.5
3.12.5 (2021-02-03)
Bug Fixes
- ci.yml: check for null setup instance (b7af1d8)
If $setupInstance
is not found then we must force install the base version of Unity.
v3.12.4
3.12.4 (2021-02-03)
Bug Fixes
- ci.yml: wrap version in quotation marks (1022b9a)
The version setter should be wrapped in quotation marks "
and not apostrophies '
.
v3.12.3
3.12.3 (2021-02-03)
Bug Fixes
- ci.yml: force unity build version if no found (246a3d7)
If there is no Unity installer present and no Unity version is provided then the process just fails, and for some reason there seems to be no found Unity version so let's force it to be the min supported Unity version.
v3.12.2
3.12.2 (2020-01-30)
Bug Fixes
- cd.yml: provide explicit path to find command (21ca24c)
There is an existing issue with win64 agents trying to run the find command actions/runner-images#263
The fix is to provide the explicit path to the find command.
v3.12.1
3.12.1 (2019-12-21)
Bug Fixes
- templates: support Unity 2019.2 and later (6f06dda)
v3.12.0
3.12.0 (2019-10-20)
Features
- templates: bump patch version for dependency updates (0229eca)
v3.11.6
3.11.6 (2019-10-14)
Bug Fixes
- templates: back to npmjs.com (f6d295c)
GitHub's npm feeds only allow publishing scoped packages, but UPM doesn't support those.
v3.11.3
3.11.3 (2019-10-14)
Bug Fixes
- templates: package release to GitHub (acb573c)
v3.10.1
3.10.1 (2019-10-14)
Bug Fixes
- templates: support spaces in file path in Unity .meta checks (d96d688)
v3.10.0
3.10.0 (2019-10-14)
Features
- templates: merge commit messages in changelog/release note (53371ac)
This keeps paragraphs in the messages as is.
Bug Fixes
- templates: changelog/release note formatting (c8a7ee9)