Merge pull request #697 from amyblais/patch-4

Update release-process.md
This commit is contained in:
Yuya Ochiai 2018-01-29 23:29:30 +09:00 committed by GitHub
commit d256bd22d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +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. 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