Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 470 Bytes

PROCESS.md

File metadata and controls

24 lines (18 loc) · 470 Bytes

My own release procedure

# Fork the build
make fork-version NEW_VERSION=2.3.2 NEW_SHA=e6120a8f6ff36f627a4da3a1a51a1e47231f5cc8

# Try to naively apply patches
make tmp-env
make tmp-env-client

# Try to naively compile first
cd tmp/v2.3.2/proxmox-backup
cargo build

# Try to compile first locally 
make amd64-docker-build
make amd64-client

# Create release package
make github-pre-release

# Mark the current version as latest
make github-latest-release