-
-
Notifications
You must be signed in to change notification settings - Fork 0
unity-cli@v1.3.0 #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unity-cli@v1.3.0 #28
Conversation
- add sign-package command to sign upm packages
There was a problem hiding this 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-packagecommand with authentication and signing capabilities - Moved
open-projectcommand 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.
There was a problem hiding this 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.
sign-packagecommand to sign upm packagesUnityVersionrelease channel sortingf > b > aUnityHub.ListAvailableReleasesreturn type fromstring[]toUnityVersion[]