You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep the `www` in this command. Lix 17 currently mistakes bare `github.com` Release URLs for repository sources; GitHub's `www` endpoint reaches the same immutable asset through Lix's HTTPS installer. Every release verifies this exact path by compiling a clean consumer.
Copy file name to clipboardExpand all lines: RELEASING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,6 @@ The release workflow:
12
12
13
13
Herex is not submitted to the Haxelib registry. The supported installation source is the immutable GitHub Release asset.
14
14
15
+
The public Lix smoke test rewrites GitHub API asset URLs from `github.com` to `www.github.com`. This is intentional: Lix 17 intercepts the bare host as a repository source and rejects Release asset paths before its generic HTTPS installer can handle them. Both hosts serve the same immutable GitHub asset.
16
+
15
17
Published `v*` tags and release assets are immutable. The reviewer-protected `release-repair` workflow may finish an incomplete draft for an existing protected tag; it must never move a tag, derive a new version, or replace a published asset.
0 commit comments