Add release binaries
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 230
- Forks
- 40
- Avg merge
- 15h 30m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
New wave package managers such as Aqua prefer installing packages from their release artifacts.
Describe the solution you'd like
Add a GitHub Action, which drafts a GitHub release.
Describe alternatives you've considered
Using cargo install.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's existing GitHub Actions configuration and how the Rust package is built. Determine which release artifacts and targets the action should publish, then verify that a draft GitHub release is produced for a tagged release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100