Uh oh!
There was an error while loading. Please reload this page.
chore: release 0.3.0 - #88
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR configures release-please automation to manage the v0.3.0 release. It sets up the necessary configuration files to enable automated release creation and changelog generation using Google's release-please tool with Node.js project settings.
- Adds release-please configuration with Node.js release type and standard options
- Sets the initial manifest version to 0.3.0 for the root package
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| release-please-config.json | Configures release-please with Node.js release type and package settings |
| .release-please-manifest.json | Sets the current version to 0.3.0 for release tracking |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| @@ -0,0 +1,14 @@ | |||
| { | |||
| "release-type": "node", | |||
There was a problem hiding this comment.
The top-level 'release-type' field is redundant since it's already specified in the package configuration at line 6. Consider removing this top-level declaration to avoid duplication.
| "release-type": "node", |
commit: |
7a340b8 to
1fac67aCompareRelease-As: 0.3.0
1fac67a to
75fe79dCompare
Summary
Trigger v0.3.0 release using Release-As tag
This empty commit contains `Release-As: 0.3.0` which will instruct Release Please to create a release PR for version 0.3.0 when merged to main.