Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 499 Bytes

PUBLISH_CHECKLIST.md

File metadata and controls

32 lines (21 loc) · 499 Bytes

Publish Checklist

Setup tod-bin

Create tod-bin directory for pushing to AUR

./scripts/setup_aur.sh

Publish Procedure

  1. Update CHANGELOG.md with version number
  2. Update the version number in this file
  3. Create PR with
VERSION=0.6.27 ./scripts/create_pr.sh
  1. Wait for it to pass, then merge and pull in latest changes
gh pr merge -r --admin && gs
  1. Release it to all the places
VERSION=0.6.27 NAME=tod ./scripts/release.sh