Skip to content

Product Release Checklist

Joseph Harkleroad edited this page Mar 20, 2018 · 5 revisions

PRODUCT RELEASE CHECKLIST

  • 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
  • Merge practice into master
  • Tag a version (optional)
Clone this wiki locally