## Manual Setup Checklist This issue tracks the manual steps required to complete the release automation setup after PR #1 is merged. ### GitHub Secrets Configuration - [ ] Add `HOMEBREW_TAP_GITHUB_TOKEN` secret - Create PAT with `repo` scope at https://github.com/settings/tokens - Add to repository secrets - [ ] (Optional) Add Docker Hub credentials - [ ] `DOCKER_USERNAME` - [ ] `DOCKER_TOKEN` from https://hub.docker.com/settings/security - [ ] (Optional) Add `GPG_FINGERPRINT` for signing releases ### Homebrew Tap Setup - [ ] Create new repository: `timimsms/homebrew-clickup` - [ ] Initialize with README - [ ] Create `Formula` directory - [ ] Ensure PAT has access to this repository ### Docker Hub Setup (Optional) - [ ] Create Docker Hub account if needed - [ ] Create repository `clickup/cli` (or preferred name) - [ ] Update `.goreleaser.yml` if using different name ### Verification - [ ] Test release script locally: `./scripts/release.sh patch` - [ ] Verify GoReleaser config: `goreleaser check` - [ ] Create test release to verify full pipeline ## Resources - [Full setup guide](./docs/RELEASE_SETUP.md) - [GoReleaser docs](https://goreleaser.com) - [GitHub PAT docs](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) --- Related to PR #1
Manual Setup Checklist
This issue tracks the manual steps required to complete the release automation setup after PR #1 is merged.
GitHub Secrets Configuration
HOMEBREW_TAP_GITHUB_TOKENsecretreposcope at https://github.com/settings/tokensDOCKER_USERNAMEDOCKER_TOKENfrom https://hub.docker.com/settings/securityGPG_FINGERPRINTfor signing releasesHomebrew Tap Setup
timimsms/homebrew-clickupFormuladirectoryDocker Hub Setup (Optional)
clickup/cli(or preferred name).goreleaser.ymlif using different nameVerification
./scripts/release.sh patchgoreleaser checkResources
Related to PR #1