diff --git a/docs/release_checklist.md b/docs/release_checklist.md index f418c2bb..9b761946 100644 --- a/docs/release_checklist.md +++ b/docs/release_checklist.md @@ -1,5 +1,14 @@ # Release checklist +* Run `build-scripts/create-release.py -R libsdl-org/SDL_image --ref ` to do + a dry run creating the release assets. Verify that the archives are correct. + +* Tag the release, e.g. `git tag release-3.8.0; git push --tags` + +* Run `build-scripts/create-release.py -R libsdl-org/SDL_image --ref ` + to have GitHub Actions create release assets. This makes sure the revision + string baked into the archives is correct. + ## New feature release * Update `CHANGES.txt`