diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/docs/release_checklist.md | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/docs/release_checklist.md')
| -rw-r--r-- | contrib/SDL-3.2.8/docs/release_checklist.md | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/contrib/SDL-3.2.8/docs/release_checklist.md b/contrib/SDL-3.2.8/docs/release_checklist.md deleted file mode 100644 index 56fb23d..0000000 --- a/contrib/SDL-3.2.8/docs/release_checklist.md +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | # Release checklist | ||
| 2 | |||
| 3 | * Run `build-scripts/create-release.py -R libsdl-org/SDL --ref <branch>` to do | ||
| 4 | a dry run creating the release assets. Verify that the archives are correct. | ||
| 5 | |||
| 6 | * Tag the release, e.g. `git tag release-3.8.0; git push --tags` | ||
| 7 | |||
| 8 | * Run `build-scripts/create-release.py -R libsdl-org/SDL --ref <release-tag>` | ||
| 9 | to have GitHub Actions create release assets. This makes sure the revision | ||
| 10 | string baked into the archives is correct. | ||
| 11 | |||
| 12 | * Verify that the source archive REVISION.txt has the correct release tag. | ||
| 13 | |||
| 14 | * Sign the source archives and upload everything to libsdl.org | ||
| 15 | |||
| 16 | * Create a GitHub release and attach the archives you just generated. | ||
| 17 | |||
| 18 | ## New feature release | ||
| 19 | |||
| 20 | * Update `WhatsNew.txt` | ||
| 21 | |||
| 22 | * Bump version number to 3.EVEN.0: | ||
| 23 | |||
| 24 | * `./build-scripts/update-version.sh 3 EVEN 0` | ||
| 25 | |||
| 26 | * Do the release | ||
| 27 | |||
| 28 | * Immediately create a branch for patch releases, e.g. `git branch release-3.EVEN.x` | ||
| 29 | |||
| 30 | * Bump version number from 3.EVEN.0 to 3.(EVEN+1).0 | ||
| 31 | |||
| 32 | * `./build-scripts/update-version.sh 3 EVEN+1 0` | ||
| 33 | |||
| 34 | * Update the website file include/header.inc.php to reflect the new version | ||
| 35 | |||
| 36 | ## New bugfix release | ||
| 37 | |||
| 38 | * Bump version number from 3.Y.Z to 3.Y.(Z+1) (Y is even) | ||
| 39 | |||
| 40 | * `./build-scripts/update-version.sh 3 Y Z+1` | ||
| 41 | |||
| 42 | * Do the release | ||
| 43 | |||
| 44 | * Update the website file include/header.inc.php to reflect the new version | ||
| 45 | |||
| 46 | ## New development prerelease | ||
| 47 | |||
| 48 | * Bump version number from 3.Y.Z to 3.Y.(Z+1) (Y is odd) | ||
| 49 | |||
| 50 | * `./build-scripts/update-version.sh 3 Y Z+1` | ||
| 51 | |||
| 52 | * Do the release | ||
