Feat/release workflow and install#30
Merged
mabd-dev merged 10 commits intoApr 27, 2026
Merged
Conversation
This script installs the reposcan binary by detecting the OS and architecture, fetching the latest release from GitHub, and moving the binary to a writable directory on the user's PATH.
Added a build job for multiple platforms and updated dependencies installation.
Added installation instructions for the recommended install script.
Owner
|
@AnthonyGeorgeAZ thanks for your contribution and your work. Kindly switch PR based to dev, and sync your branch with dev branch. It has mixpanelToken variable and analytics work. |
7 tasks
mabd-dev
requested changes
Apr 25, 2026
|
|
||
| Supports **linux/amd64**, **darwin/amd64**, and **darwin/arm64**. | ||
|
|
||
| ### Go install (latest) |
Owner
There was a problem hiding this comment.
You accidentally removed supported architectures, bring it back.
I was talking about go install (latest) section. The heading and it's body, both need to be removed
Removed supported architectures from README.
mabd-dev
requested changes
Apr 26, 2026
|
|
||
| Supports **linux/amd64**, **darwin/amd64**, and **darwin/arm64**. | ||
|
|
||
| ### Go install (latest) |
Owner
There was a problem hiding this comment.
You accidentally removed supported architectures, bring it back.
I was talking about go install (latest) section. The heading and it's body, both need to be removed
Co-authored-by: Mahmoud Abdallah <[email protected]>
Co-authored-by: Mahmoud Abdallah <[email protected]>
Owner
|
Thank for your work @AnthonyGeorgeAZ |
7 tasks
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.
Implements the release workflow, install.sh, and README updates as described in the issue.
Added install.sh — detects OS/arch, fetches latest release binary from GitHub, installs to $PATH
Extended release.yml — 3-platform build matrix (linux/amd64, darwin/amd64, darwin/arm64) with CGO and Mixpanel token injection via -ldflags
Updated README.md — install script added as recommended installation method
Pending: full end-to-end testing requires MIXPANEL_TOKEN secret and a real tag push.