Release checklist for Tux Paint Stamps
Last updated 2024-07-06 -bjk

Places to make sure version # and release date gets updated, prior to
cutting a release (tagging in the source code repository, and running
"make release" to roll a .tar.gz source tarball).

 * Build description files:
   * tuxpaint-stamps.spec.in (RPM packages) [handled by variables]
   * win32/tuxpaint-stamps.iss (Windows installer build) [handled by variables]
   * macOS installer build (via XCode)
     ("macos/Tux Paint Stamps Installer.xcodeproj/project.pbxproj"
     FIXME: How???)

 * Documentation
   * docs/CHANGES.txt
   * docs/README.txt [if needed]

 * Update stamp descriptions (.txt files) to sync with translations
   * Follow the "README.txt" directions in the "po" subdirectory

Also:

 * Make sure "android_packager/build_for_android.sh" accepts
   all locales for which translated description audio files
   are available (see the usage output of the script, it finds
   them dynamically).
