Skip to content

Conversation

@StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Oct 8, 2025

  • add sign-package command to sign upm packages
  • added release channel support when looking up glob versions of the editor
  • fixed UnityVersion release channel sorting f > b > a
  • changed UnityHub.ListAvailableReleases return type from string[] to UnityVersion[]

- add sign-package command to sign upm packages
@StephenHodgson StephenHodgson linked an issue Oct 8, 2025 that may be closed by this pull request
@StephenHodgson StephenHodgson marked this pull request as ready for review October 8, 2025 00:50
Copilot AI review requested due to automatic review settings October 8, 2025 00:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds package signing functionality to the Unity CLI tool by implementing a new sign-package command. The update enables developers to sign Unity packages for distribution using Unity's package signing system.

  • Added sign-package command with authentication and signing capabilities
  • Moved open-project command to maintain logical grouping
  • Added tar package dependency for archive extraction functionality

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
src/cli.ts Added sign-package command implementation and reorganized command structure
package.json Updated version to 1.2.4 and added tar dependency
README.md Added documentation for the new sign-package command

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@StephenHodgson StephenHodgson requested a review from Copilot October 8, 2025 03:09
@StephenHodgson StephenHodgson changed the title unity-cli@v1.2.4 unity-cli@v1.3.0 Oct 8, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@StephenHodgson StephenHodgson merged commit 3445ac4 into main Oct 8, 2025
16 of 19 checks passed
@StephenHodgson StephenHodgson deleted the dev/upm-package-sign branch October 8, 2025 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add unity package signing

1 participant