Update release-process.md

This commit is contained in:
amyblais
2018-01-29 08:45:37 -05:00
committed by GitHub
parent 9f5ce44b25
commit fdb15b9ce8

View File

@@ -92,7 +92,11 @@ The final release is cut. If an urgent and important issue needs to be addressed
2. Build:
- Tag a new release (e.g. 1.1.0) and run an official build which should be essentially identical to the last RC
- Post in Desktop App channel with links to all supported distributions and SHA-256 checksum
- Complete code-signing and confirm that it worked well by testing the download links and keeping an eye out for any warnings or issues
- Complete code-signing and confirm that it worked well by testing the download links and keeping an eye out for any warnings or issues. Also, use these commands to verify the signatures:
- Windows: On "Developer Command Prompt" (bundled in Visual Studio),
`signtool verify /pa /all EXE_TO_VERIFY`
- Mac: On console,
`codesign --verify --deep --strict --verbose=2 Mattermost.app`
3. PM:
- Update the links in [Mattermost download page](https://www.mattermost.org/download/) and [installation guides](https://docs.mattermost.com/install/desktop.html)
- Draft [Mattermost Security Updates](http://about.mattermost.com/security-updates/) if applicable, but do not post until seven days after official release