Skip to content

Commit

Permalink
Update release checklist documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 6, 2024
1 parent 7d4a40d commit f76deee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/release_checklist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release checklist

* Run `build-scripts/create-release.py -R libsdl-org/SDL_image --ref <branch>` 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 <release-tag>`
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`
Expand Down

0 comments on commit f76deee

Please sign in to comment.