Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.05 KB

release-checklist.md

File metadata and controls

37 lines (20 loc) · 1.05 KB

Release checklist

  1. Done a clean build ?
    ./clean.sh ; ./build.sh

  2. Does Debug still work?

  3. Have we enabled the auto update logic in AppUpdater.cs

  4. Write update notes

  5. Have we updated the version number at build.ps1

  6. Is this version number unique, and not previously released?

  7. Does the installer install to the version we expect?

  8. CPU analysis, are we still using only 1% of the CPU?

  9. Have we updated the documentation

  10. Have we update the documentation screenshots (using the default profile)

  11. Is everything committed to git ?

  12. Verify things are digitally signed

  • AppData\Local\PS4KeyboardAndMouseAdapter\VERSION\PS4KeyboardAndMouseAdapter.exe

  • starshinata\PS4-Keyboard-and-Mouse-Adapter\SquirrelReleases\application-setup.exe

  1. Do antivirus scans of via https://www.virustotal.com/
  • AppData\Local\PS4KeyboardAndMouseAdapter\VERSION\PS4KeyboardAndMouseAdapter.exe
  • starshinata\PS4-Keyboard-and-Mouse-Adapter\SquirrelReleases\application-setup.exe
  1. merge to master