Skip to content

Tags: game-ci/unity-builder

Tags

v4.3.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Fix getVersionDescription() to prioritize version tags over non-versi…

…on tags (#673)

* Fix getVersionDescription() to prioritize version tags over non-version tags

This fix modifies the getVersionDescription() method to ensure it only considers valid version tags when describing the current version. It retrieves all tags merged into the current branch, filters them based on a version-compatible regex, and uses the most recent valid version tag for description. If no valid tags are found, it falls back to the default description behavior. This resolves the issue of incorrect tags being used when multiple tags are present.

* Update versioning.ts

Rewrote getting the description for the last valid tag using `rev-list` and `rev-parse`

* Fix formatting

* Revert "dist"

This reverts commit bd58cbe.

* Revert "dist"

This reverts commit bd58cbe.

v4

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Fix getVersionDescription() to prioritize version tags over non-versi…

…on tags (#673)

* Fix getVersionDescription() to prioritize version tags over non-version tags

This fix modifies the getVersionDescription() method to ensure it only considers valid version tags when describing the current version. It retrieves all tags merged into the current branch, filters them based on a version-compatible regex, and uses the most recent valid version tag for description. If no valid tags are found, it falls back to the default description behavior. This resolves the issue of incorrect tags being used when multiple tags are present.

* Update versioning.ts

Rewrote getting the description for the last valid tag using `rev-list` and `rev-parse`

* Fix formatting

* Revert "dist"

This reverts commit bd58cbe.

* Revert "dist"

This reverts commit bd58cbe.

v4.2.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Hotfix: Fix version checking in image-tag (#640)

* Update version check regex and fix tests

v4.2.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Use capture group to find Unity version to support new 6000 versions (#…

…639)

v4.2.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Hotfixes for 4.2.0 (#630)

* Fix mac env variables not getting skip activation

* Fix image tag for linux il2cpp. Force tests to use il2cpp

* Scripting backend is always il2cpp

v4.2.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Allow Skipping Activation (#629)

* Add skipActivation functionality

* Update packages and fix lint/test issues

* Use nullish coalescing operator

* Ensure there is enough space for Android test builds

v4.1.4

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Fix Windows Arguments Passed to Unity (#623)

* Add missing parameter, add quotes around variables, bump action versions

* Wrap quotes

* Fix upload artifact naming conflict

v4.1.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Parity Fixes with Test Runner (QOL Changes) (#607)

* Fix missed directory change that isn't used anymore

* Fixes, improvements, and cleanup while reconciling test runner scripts

* Additional cleanup

* Fix possible hang

* Don't mislead with activation server on windows

* Update node version

v4.1.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Search legacy path for android sdkmanager. Add 2023.2 to tests (#606)

v4.1.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix pro activation (#602)

- Only randomize uuid for personal licenses
- Add warning annotation for license activation retries
- add `engineExitCode` output
- repo/code cleanup