Conversation
|
There was a problem hiding this comment.
Pull Request Overview
This PR improves the release script configuration by updating package publishing settings and GitHub workflow parameters. The changes prepare the project for public package publishing and enhance the release process automation.
Key changes:
- Updated package.json to support public npm publishing with proper author and license information
- Enhanced GitHub release workflow with better token handling and commit messaging
- Configured changeset to use public access for package publishing
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cli/package.json | Updated version, added publishConfig for public access, and set proper author/license |
| .github/workflows/release.yml | Enhanced workflow with explicit token usage and custom release titles/commits |
| .changeset/config.json | Changed access from restricted to public for package publishing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.