Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 647 Bytes

release.org

File metadata and controls

21 lines (21 loc) · 647 Bytes

Bump version

Cargo.toml

Publish to crates.io

cargo publish

Generate AUR artifacts

cargo aur

Generate static binary

cd docker; make build

Create github release with both Arch Linux and static binary

We must create both, because the AUR package will install the Arch Linux one.

Move PKGBUILD to aur repository

Remember to discard the URL change, and keep only the sha hash change.

Update srcinfo

makepkg --printsrcinfo > .SRCINFO

Commit and push AUR package