Doc'ing everywhere to fiddle w/ version #
I forgot to make sure macos/Info.plist had the latest version # and release date, before tagging and releasing source code. Adding a checklist of places to double-check for properly-updated version #s and/or release dates.
This commit is contained in:
parent
b3647e0c55
commit
ce47eb4c28
1 changed files with 26 additions and 0 deletions
26
docs/RELEASE.txt
Normal file
26
docs/RELEASE.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
Release checklist for Tux Paint
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
* Makefile
|
||||||
|
|
||||||
|
* Build description files:
|
||||||
|
* tuxpaint.spec (RPM package)
|
||||||
|
* macos/Info.plist (macOS build)
|
||||||
|
|
||||||
|
* Documentation
|
||||||
|
(For HTML variants, be sure to run "make" in "docs/", to
|
||||||
|
produce plaintext alternatives!)
|
||||||
|
|
||||||
|
* docs/CHANGES.txt
|
||||||
|
* docs/en/html/README.html
|
||||||
|
* docs/en/html/FAQ.html
|
||||||
|
* docs/en/html/OPTIONS.html
|
||||||
|
* docs/en/html/EXTENDING.html
|
||||||
|
* docs/en/html/ADVANCED-STAMPS-HOWTO.html
|
||||||
|
|
||||||
|
* Manual page (manpage)
|
||||||
|
* src/manpage/tuxpaint.1
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue