docs(release): v0.3.0 anchor + refreshed static docs zip#27
Merged
Conversation
Two preparation steps for cutting the v0.3.0 release: 1. **`docs/docs/beta-release-notes.mdx`** — add a `## What's new in v0.3.0` section at the top of the page so the v0.3.0 GitHub Release notes can link to a per-version summary anchor (and so v0.4.0 has an obvious slot to follow). Existing per-component migration tables below the anchor are unchanged. 2. **`resources/static/geobrix-docs-0.3.0.zip`** — built via `gbx:docs:static-build`, which packages the rendered Docusaurus site with the new v0.3.0 section. Replaces the stale `geobrix-docs-0.2.0.zip` so scala_build's `cp resources/static/geobrix-docs-*.zip staging/user-artifacts` picks up the 0.3.0 zip on the next CI run. The 0.2.0 zip is removed (not preserved) because the v0.2.0 GitHub Release already carries its own copy and the file in git was only used to feed CI's `user-artifacts` upload — keeping it would cause both zips to be uploaded under the same artifact name on every build. No code changes. After merge, build_main on main HEAD will produce a `user-artifacts.zip` containing only `geobrix-docs-0.3.0.zip`, ready for attachment to the v0.3.0 GitHub Release. Co-authored-by: Isaac
The "RasterX — " prefix is redundant on bullets that already start with `rst_…` (or describe rst_*/RasterX context inline). Drop it from the v0.3.0 highlights so each bullet leads with the specific function or behavior. Also rewords the example-notebooks bullet — "EO Series + xView + RasterX enablement diagrams" becomes "EO Series, xView, and enablement diagrams" (RasterX is implied by the diagrams' subject). Rebuilt `resources/static/geobrix-docs-0.3.0.zip` so the bundled static site carries the updated bullets. Co-authored-by: Isaac
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.
Summary
Preparation step for cutting the v0.3.0 GitHub Release:
docs/docs/beta-release-notes.mdx— adds## What's new in v0.3.0per-version anchor section near the top, so the v0.3.0 release page can link to a summary instead of the cumulative migration table root. Sets a follow-on pattern for v0.4.0 etc. Existing per-component tables below are untouched.resources/static/geobrix-docs-0.3.0.zip— built viagbx:docs:static-buildagainst this branch HEAD, so the zipped site carries the new anchor. Replacesgeobrix-docs-0.2.0.zip(the v0.2.0 GitHub Release already carries its own copy of the 0.2.0 zip; keeping the file in git would cause both versions to land in CI'suser-artifactsupload).No code changes. After merge,
build mainon the merge commit produces a freshuser-artifacts.zipcontaining onlygeobrix-docs-0.3.0.zip, ready for attachment to the v0.3.0 release alongside the JAR / wheel / libgdalalljni.so.Test plan
This pull request and its description were written by Isaac.