-
Notifications
You must be signed in to change notification settings - Fork 3
chore: release 0.3.0 #88
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
Conversation
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 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.
release-please-config.json
Outdated
| @@ -0,0 +1,14 @@ | |||
| { | |||
| "release-type": "node", | |||
Copilot
AI
Aug 19, 2025
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.
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
1fac67a
Compare
Release-As: 0.3.0
1fac67a to
75fe79d
Compare
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.