Commit Graph

5 Commits

Author SHA1 Message Date
brian m. carlson
c8814c76a1
docs: update release howto with new process
Now that we have a much more automated process for building releases,
let's update the documentation to tell people what they still have to do
and remove mentions of things that have been automated.
2019-10-01 14:29:34 +00:00
brian m. carlson
cb2726f19b
docs/howto: update invocation for signing assets
Currently, we tell the maintainer to specifically ensure the absence of
the sha256sums.asc file before generating a file to sign. However, we
don't tell the user about the Windows assets tarball that we've built as
part of our Windows build process.

Instead of telling a potentially harried maintainer to be sure to do
something, let's help them out by providing a command in the
documentation that does the right thing so they can just copy and paste.

Additionally, let's pass the -b option to shasum, so that Windows
systems will read the file in binary mode, which makes verification
easier for Windows users.
2019-02-21 20:33:47 +00:00
brian m. carlson
2c1019e0a0
docs/howto: update release steps with new automated steps
There are now several pieces that can be used to automate some of the
release process. Update the documentation to reflect the newer,
easier-to-use steps. Additionally mention the need for signing the
SHA-256 hashes for integrity checking.
2019-02-07 16:51:30 +00:00
brian m. carlson
f7b38515a7
docs: add note about closing release milestone
As part of the release process, we should close the release milestone
for the version we're releasing and move other items to a future
milestone.  Add a note about this to the release howto.
2018-09-20 19:42:17 +00:00
Taylor Blau
4392bd44f4 docs/howto: document our release process 2018-09-17 18:45:35 -04:00