Skip to content

Commit 4442ba2

Browse files
committed
Update notes
1 parent b995179 commit 4442ba2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

repomatic/prepare_release.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,11 @@ def freeze_install_download_urls(self, version: str) -> bool:
354354
This is part of the **freeze** step: it freezes the install guide's
355355
download links to a specific GitHub release so users get explicit,
356356
versioned URLs instead of the `/releases/latest/download/` redirect.
357-
The versionless redirect cannot resolve because release assets are
358-
version-stamped (`repomatic-{version}-linux-arm64.bin`).
357+
Both spellings resolve, since every release also carries versionless
358+
alias copies of its binaries (see
359+
{func}`~repomatic.binary.pack_binary_assets`); the frozen URL is
360+
preferred because it names the version the reader is installing, and
361+
keeps working once a later release moves `latest`.
359362
360363
Handles two input forms:
361364

0 commit comments

Comments
 (0)