-
Notifications
You must be signed in to change notification settings - Fork 208
chore: prepare for gha alpha pkg publishing #2304
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
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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 prepares the repository for GitHub Actions-based alpha package publishing by updating version numbers and streamlining the Lerna configuration. The changes remove branch-specific restrictions from the publishing configuration to enable automated alpha releases.
Key Changes
- Version bumped from
0.0.0to0.0.0-alpha.7across all packages and Lerna configuration - Removed
allowBranchrestrictions from Lerna version and publish commands to support automated publishing workflows - Updated docs-site submodule reference
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/smart-accounts/package.json | Version bumped to 0.0.0-alpha.7 for smart-accounts package |
| packages/common/package.json | Version bumped to 0.0.0-alpha.7 for common package |
| packages/aa-infra/package.json | Version bumped to 0.0.0-alpha.7 for aa-infra package |
| lerna-v5.json | Version bumped to 0.0.0-alpha.7 and removed branch restrictions from version and publish commands |
| docs-site | Submodule commit reference updated |
🌿 Documentation Preview
|
🌿 Documentation Preview
|
Pull Request Checklist
yarn test)sitefolder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change)yarn lint:check) and fix any issues? (yarn lint:write)PR-Codex overview
This PR focuses on updating the versioning of various packages and dependencies to
0.0.0-alpha.10, reflecting a new alpha release for the Alchemy project.Detailed summary
scripts/publish-v5-alpha.shdocs-site.VERSIONinpackages/common/src/version.ts,packages/aa-infra/src/version.ts, andpackages/smart-accounts/src/version.tsto0.0.0-alpha.10.@alchemy/commonversion in multiplepackage.jsonfiles to^0.0.0-alpha.10.packages/common/package.json,packages/aa-infra/package.json,packages/smart-accounts/package.jsonto0.0.0-alpha.10.lerna-v5.jsonto set version to0.0.0-alpha.10and removedallowBranchentry.