Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

File metadata and controls

22 lines (15 loc) · 385 Bytes
  1. Merge all changes to main

  2. Ensure main is upto date

  3. Ensure there are no local changes

  4. Create tag

(Update following command by incrementing versions)

git tag v0.1
git push origin v0.1
  1. Build binaries for platforms
make dist
  1. Create release on Github UI

  2. Upload assets (ec2-cli-darwin-amd64, ec2-cli-linux-amd64, ec2-cli-darwin-arm64)