-
Notifications
You must be signed in to change notification settings - Fork 3
Product Release Checklist
Joseph Harkleroad edited this page Mar 20, 2018
·
5 revisions
- Unit testing (optional)
- Functional testing
-
valgrind -v --leak-check=full --track-origins=yes ./releasable_product.exe
- Top-level Makefile recipe named after the product
- Add new top-level Makefile recipe to the top-level recipe "all"
- Add a dedicate Latissimus_Dorsi wiki entry
- Add a synopsis to the Releasable Products wiki page
- Add an entry to the top-level README
- Disable all DEBUG macros
- Comment out
#define HARKLE_DEBUG
in Latissimus_Dorsi/3-Internals/Harklerror.h
- Comment out
- Merge practice into master
- Tag a version (optional)