feat(release): link install docs to the latest release for each OS - #101
Merged
Conversation
Publish every installer a second time under an unversioned name (mix_publish_alias in packaging/common.sh) so install.md can link .../releases/latest/download/<name>, which GitHub always resolves to the newest non-pre-release. Same mechanism T88 already uses for latest.json, so the docs build still touches no network. Also fix stale example package versions in getting-started.md and services.md (caddy 2.10.0, mariadb 11.4.4 no longer exist).
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
mix_publish_aliasinpackaging/common.sh), soinstall.mdcan link.../releases/latest/download/<name>, which GitHub always resolves to the newest non-pre-release. Same mechanism T88 already uses forlatest.json, so the docs build still touches no network.v0.0.1-beta.1) until the first stable release ships.getting-started.mdandservices.md(caddy 2.10.0,mariadb 11.4.4no longer exist in the package catalog)..claude/roadmap/phase-9-ship.md.