ci: prepare first release with changeset configuration#427
Merged
Conversation
Contributor
SCC Complexity Analysis
|
@aziontech/builder
@aziontech/bundler-telemetry
@aziontech/client
@aziontech/config
@aziontech/presets
@aziontech/sql
@aziontech/storage
@aziontech/types
@aziontech/unenv-preset
@aziontech/utils
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request resets the version numbers of several public packages to
0.0.0, removes the changelogs for multiple packages, and marks several internal packages as private. It also updates the changeset configuration to ignore private/internal packages during release workflows and adds a new changeset for the first release of selected public packages.Release and Versioning Updates:
.changeset/config.jsonto ignore internal/private packages in release workflows, ensuring only public packages are considered for publishing..changeset/loud-results-hug.md) to mark the first major release for several public packages.Public Package Changes:
1.0.0to0.0.0inpackage.jsonfor all public packages (@aziontech/bundler-telemetry,@aziontech/unenv-preset,@aziontech/builder,@aziontech/presets,@aziontech/storage,@aziontech/config,@aziontech/types,@aziontech/utils,@aziontech/sql,@aziontech/client). [1] [2] [3] [4] [5]Internal/Private Package Updates:
"private": trueto theirpackage.jsonfiles (@aziontech/ai,@aziontech/applications,@aziontech/cookies,@aziontech/domains,@aziontech/jwt,@aziontech/purge,@aziontech/router,@aziontech/wasm-image-processor). [1] [2] [3] [4] [5] [6] [7]These changes prepare the repository for a clean slate in versioning and publishing, separating public and internal packages for future releases.