Make GitHub Releases source-only (sell compiled builds separately) - #5
Merged
Conversation
Stop uploading compiled Mac/Windows/Linux bundles to GitHub Releases. Source tags still publish a release; build installers privately with scripts/build.sh for donvitocodes.com distribution. Co-authored-by: Melvin Vivas <melvindave@gmail.com>
|
Note: I couldn’t delete the binary assets on the existing |
When re-releasing an existing tag (e.g. v0.2.0), delete any previously uploaded zip/tar.gz/checksum assets so compiled builds are not left public. Co-authored-by: Melvin Vivas <melvindave@gmail.com>
donvito
marked this pull request as ready for review
August 3, 2026 17:50
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
GitHub Releases now publish source code only. Compiled Mac / Windows / Linux installer bundles are no longer attached — build those privately with
scripts/build.shand sell/distribute from donvitocodes.com.Changes
.github/workflows/release.yml— source-only release; strips any leftover binary assets if the tag already had a binary releasedocs/RELEASING.md— documents source releases vs private commercial buildsdocs/user-guide.html— customers download from donvitocodes.com onlyscripts/build.sh— clarifies output is for private/commercial distributionAfter merge
Re-run Actions → Release → Run workflow with tag
v0.2.0to strip the free Mac/Windows/Linux zips currently on that release.Test plan
v0.2.0; confirm only Source code assets remainVERSION=0.2.1 ./scripts/build.shlocally for commercial bundlesdist/*.zip