Skip to content

Latest commit

 

History

History
410 lines (205 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

410 lines (205 loc) · 18.4 KB

Changelog

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.

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 '.

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.

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.

3.12.1 (2019-12-21)

Bug Fixes

  • templates: support Unity 2019.2 and later (6f06dda)

3.12.0 (2019-10-20)

Features

  • templates: bump patch version for dependency updates (0229eca)

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.

3.11.5 (2019-10-14)

Bug Fixes

  • templates: use correct NPM registry for package publish (38f69d7)

3.11.4 (2019-10-14)

Bug Fixes

  • ci: use package name that is usable by UPM (c940803)

3.11.3 (2019-10-14)

Bug Fixes

  • templates: package release to GitHub (acb573c)

3.11.2 (2019-10-14)

Bug Fixes

  • ci: empty change to fix package creation (88cd8c2)

3.11.1 (2019-10-14)

Bug Fixes

  • packaging: use GitHub feed compliant package name (58939ef)
  • templates: use correct npm registry (cf95d79)

Miscellaneous Chores

  • templates: update to latest semantic-release packages (1547344)

3.11.0 (2019-10-14)

Features

  • templates: publish packages to GitHub npm feed (e8d1ffc)

3.10.1 (2019-10-14)

Bug Fixes

  • templates: support spaces in file path in Unity .meta checks (d96d688)

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)

3.10.0-next.1 (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)
  • templates: support spaces in file path in Unity .meta checks (d96d688)

3.10.0-next.1 (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)

3.9.0 (2019-10-14)

Features

  • templates: pretty, sorted changelog/release notes in CD (763cf1d)

Bug Fixes

  • templates: CD failure when commit body is empty (34f4c71)* templates: changelog/release note breaking change formatting (7efda24)* templates: release pre-release packages on the default channel (fdc9579)* templates: remove release commits from changelog/release note (cb47e13)

3.9.0-next.1 (2019-10-14)

Features

  • templates: pretty, sorted changelog/release notes in CD (763cf1d)

Bug Fixes

  • templates: CD failure when commit body is empty (34f4c71)* templates: changelog/release note breaking change formatting (7efda24)* templates: release pre-release packages on the default channel (fdc9579)* templates: remove release commits from changelog/release note (cb47e13)

3.9.0-next.1 (2019-10-14)

Features

  • templates: pretty, sorted changelog/release notes in CD (763cf1d)

Bug Fixes

  • templates: CD failure when commit body is empty (34f4c71)* templates: release pre-release packages on the default channel (fdc9579)

Miscellaneous Chores

  • release: set version to 3.6.0-next.1 [skip ci] (f65d680)

    3.6.0-next.1 (2019-10-13)

    Features

    • templates: adhere to latest workflow conventions (1583546)
    • templates: treat the master branch as a release branch (d8b9ad4)
    • templates: use latest Windows VM image (f3df0b9)
    • templates: use universal CI skip commit message (28e2b3e)

    Bug Fixes

    • templates: .meta file check when package has dependencies (7130b5e)
    • templates: correct path for Unity assemblies (c1b9801)
    • templates: MSBuild failing due to trailing slash (25a8435)
    • templates: semantic-release configuration file name (bb0b05d)

3.8.0 (2019-10-13)

Features

  • templates: adhere to latest workflow conventions (1583546)

Bug Fixes

  • templates: semantic-release configuration file name (bb0b05d)

3.7.2 (2019-10-13)

Bug Fixes

  • templates: MSBuild failing due to trailing slash (25a8435)

3.7.1 (2019-10-13)

Bug Fixes

  • templates: correct path for Unity assemblies (c1b9801)

3.7.0 (2019-10-13)

Features

  • templates: treat the master branch as a release branch (d8b9ad4)

3.6.0 (2019-10-13)

Bug Fixes

  • templates: .meta file check when package has dependencies (7130b5e)

Features

  • templates: use latest Windows VM image (f3df0b9)
  • templates: use universal CI skip commit message (28e2b3e)

3.5.6 (2019-01-02)

Bug Fixes

  • templates: correct folders for tarball to zip via bestzip (6850664)

3.5.5 (2019-01-02)

Bug Fixes

  • templates: tarball to zip via bestzip (6267e71)

3.5.4 (2019-01-02)

Bug Fixes

  • templates: tarball to zip commands (54c940c)

3.5.3 (2019-01-02)

Bug Fixes

  • templates: tarball to zip commands by moving into .sh file (baec719)

3.5.2 (2019-01-02)

Bug Fixes

  • templates: escape tarball to zip commands (e39d9d2)

3.5.1 (2019-01-02)

Bug Fixes

  • templates: tarball to zip (b6f127b)

3.5.0 (2019-01-01)

Features

  • templates: publish .zip package to GitHub via CD steps (240b66a)

3.4.0 (2018-12-23)

Features

  • templates: ignore npm notice "errors" in CD steps (a1c30ee)

3.3.6 (2018-12-23)

Bug Fixes

  • templates: encoding issue in CD steps (23dcc94)

3.3.5 (2018-12-23)

Bug Fixes

  • templates: double if in conditional expressions in CI steps (d8314c2)

3.3.4 (2018-12-23)

Bug Fixes

  • templates: move Unity .meta files check to CD steps (d53d41c)
  • templates: unityProject parameter check (1da33c8)

3.3.3 (2018-12-22)

Bug Fixes

  • templates: check Unity .meta files after building, not before (cb387f1)

3.3.2 (2018-12-22)

Bug Fixes

  • templates: syntax of conditional insertion for task arguments (83703af)

3.3.1 (2018-12-22)

Bug Fixes

  • templates: fail on Unity .meta files for no matching file (e13d988)

3.3.0 (2018-12-22)

Features

  • templates: ensure Unity projects have the needed .meta files (260603d)

3.2.0 (2018-12-20)

Features

  • templates: use latest semantic-release versions (005ecef)

3.1.0 (2018-12-17)

Bug Fixes

  • templates: apply environment variables to semantic-release task (f481237)
  • templates: token variable name for GitHub (72f4f7a)

Features

  • templates: publish to npmjs.org (87fae9f)

3.0.0 (2018-12-17)

Bug Fixes

  • templates: use NuGet 4.x but no later version (987bfb9)

BREAKING CHANGES

  • templates: only NuGet 4.x will be used until all projects are confirmed to work with a later major release of NuGet.

2.0.1 (2018-12-17)

Bug Fixes

  • templates: semantic-release success comment (7514371), closes #4

2.0.0 (2018-12-16)

Bug Fixes

  • templates: allow using semantic-release template in other repos (6937366)

chore

  • templates: don't log debug information from semantic-release (1607967)

BREAKING CHANGES

  • templates: The CD template no longer includes debug information of semantic-release.

1.0.1 (2018-12-16)

Bug Fixes

  • package: change description from Malimbe repository (3ed0ce9)

1.0.1-prerelease.1 (2018-12-16)

Bug Fixes

  • package: change description from Malimbe repository (3ed0ce9)

1.0.0 (2018-12-16)

Features

  • templates: add CI and CD templates for Azure Pipelines (ebdc9b5)