You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: `No changesets found` error occurs when installing Unity on MacOS ( #747) This error is caused by old `unity-changeset` that doesn't support GraphQL.
Fix build profile name truncation on Windows (#745) * feat: windows * feat: macos * fix: artifact name conflict * fix: mac build profile parameter missing
Support activeBuildProfile parameter (#738) * feat: add `-activeBuildProfile` * feat: descriptive error in case `-activeBuildProfile` is passed without actual value
Adds build support for tvOS in macos-latest (#709) * Removes limit for tvOS only in Windows * Fix UnityHub argument for tvOS * Allows macos as a build platform for tvOS
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.