├── README.md ├── linux-desktop-security-checklist.md └── software-releases.md /README.md: -------------------------------------------------------------------------------- 1 | # checklists 2 | Checklists 3 | -------------------------------------------------------------------------------- /linux-desktop-security-checklist.md: -------------------------------------------------------------------------------- 1 | Linux Desktop Security Checklist 2 | 3 | -------------------------------------------------------------------------------- /software-releases.md: -------------------------------------------------------------------------------- 1 | # Software Releases 2 | 3 | 4 | ## Lynis 5 | 6 | * Mark release as final 7 | * Set date and timestamp of release 8 | * Perform last round of quality tests 9 | * Tag release on GitHub 10 | * Create software packages on build system 11 | * Push software to website 12 | * Update Homebrew 13 | * Update DNS record 14 | --------------------------------------------------------------------------------