Выпуск патч-версии Appwrite по чеклисту
devops
patch-release-checklist is a Claude Code skill that guides developers through every step of shipping an Appwrite patch release. It covers updating the console Docker image tag in both `docker-compose.yml` and `compose.phtml`, bumping `APP_VERSION_STABLE` and `APP_CACHE_BUSTER` in `constants.php`, replacing the Docker image tag across all six install code blocks in `README.md` and `README-CN.md`, registering the new version in the `$versions` array inside `Migration.php`, and prepending a versioned section to `CHANGES.md` with Notable changes, Fixes, and Miscellaneous subsections. A final review stage prompts the developer to inspect the diff, fill in the changelog with relevant PRs, and optionally generate specs or request/response filters. Ideal for teams that maintain Appwrite and regularly ship patch versions such as 1.9.0 → 1.9.1.
- #appwrite
- #release-management
- #version-bumping
- #docker
- #checklist