Closed CharlieKarafotias closed 2 months ago
Still need to merge to main and fix automation. Getting error:
github-release...........................................................Failed
- hook id: github-release
- duration: 0s
- exit code: 1
Executable `version=$(./target/release/tmgr` not found
Current release process
cargo build -r
vx.x.x
. For example, 2.0.0 has tagv2.0.0
. Attach release binary to this as well.Proposed release process
cargo build -r && gh release create [<tag>] [<files>...]
Resources:
git merge
where target is main branch (if possible... i cant tell). See hereQuestions to figure out: