Skip to content
Mara Rinn edited this page Mar 29, 2019 · 6 revisions

Notes to Self

Release Checking

  1. Make sure all updates are present in master
  2. Branch from master for release testing
  3. API version in MassDeconstructor.txt (check with ESOUI API version)
  4. Check current AddOn version number at ESOUI
  5. Version number in MassDeconstructor.txt
  6. Version number in MassDeconstructor.lua
  7. (Have lots of junk in inventory & bank)
  8. Turn on 'debug' and 'list items'
  9. Lock a few items (e.g. Ancestor Silk armours which will be at top of list)
  10. Mark a few items with FCO Item Saver marks (improvement, selling, lock)
  11. Turn off deconstruct from bank
  12. Mass deconstruct
  13. Verify that the locked and marked items still remain in inventory, and that nothing has been deconstructed from bank
  14. Turn on deconstruct from bank
  15. Mass deconstruct
  16. Verify that locked and marked items remain in inventory and bank
  17. Turn off 'list items' and 'debug'
  18. Verify that locked and marked items remain in inventory and bank
  19. Create pull request for release
  20. Pull back to master
  21. Create archive using zip -r MassDeconstructor/MassDeconstructor.X.X.zip MassDeconstructor/*.{txt,lua,xml} MassDeconstructor/lib
  22. Upload archive to ESOUI
  23. Notify via Discord channel
Clone this wiki locally