From 69331a0bd9697107fb3affaec526759d7c056dc1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 15 Feb 2021 12:57:54 -0800 Subject: document release process (informal) --- notes/release_process.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notes/release_process.md (limited to 'notes') diff --git a/notes/release_process.md b/notes/release_process.md new file mode 100644 index 0000000..28ed867 --- /dev/null +++ b/notes/release_process.md @@ -0,0 +1,16 @@ + +Quick reminder of how to do a versioned release: + +- update documentation of any changes (manpage, README, etc) +- re-generate manpage, shell completions +- push to remote and verify that tests are passing in CI +- create a local commit that updates version number in all metadata/documentation + => Cargo.toml and Cargo.lock (run a build/check) + => CHANGELOG (include current date) +- build debian package and linux binary (`--release`) +- tag version number commit and push commit and tag to remote +- on a macOS machine, pull tagged version and run a `--release` build, then create homebrew tarball +- upload `.deb`, linux binary, and homebrew tarball to binary distribution archive.org item +- update homebrew repository for homebrew version +- create a new commit which increments the version metadata and adds `-dev`; push to remote + => Cargo.toml and Cargo.lock (run a build/check) -- cgit v1.2.3