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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
scopes@0.0.5
Patch Changes
#292
6c03179Thanks @kamiazya! - fix: resolve GitHub Actions release failure by adding redundant trigger mechanisms#292
6c03179Thanks @kamiazya! - fix: Resolved a release workflow failure by correcting heredoc syntax inrelease.ymlto prevent improper variable expansion.#309
5cff8d5Thanks @kamiazya! - Migrate from GraalVM Native Image to JAR distributionBreaking Change: Distribution format changed from platform-specific native binaries to universal JAR bundle.
Migration Details
sbom/scopes-sbom.json) and binary-level (sbom/scopes-binary-sbom.json)Technical Changes
native-image.properties,reflect-config.json, etc.)Documentation Updates
install-jar.ps1toinstall.ps1for consistency withinstall.shinstall/README.md,install/verify-README.md,install/offline/)User Impact
Benefits:
Migration Required:
#292
6c03179Thanks @kamiazya! - feat: replace individual assets with bundled packages for easier downloadsReplace the previous 28 individual release assets with organized bundle packages to eliminate download confusion. Users now choose from:
This provides 92% reduction in download size for most users while maintaining all existing security features (SLSA Level 3, SHA256 verification) and preparing for future daemon binary distribution.
#289
33f06cfThanks @dependabot! - deps(deps): bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1#301
2da8ec3Thanks @joonseolee! - feat: add pre-commit hooks for shellcheck, yamlint and shfmt