diff options
author | Akshay <[email protected]> | 2021-10-29 14:03:53 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-29 14:14:14 +0100 |
commit | a34ab7a09f37fd319ec4444417a0edb6ba4058a8 (patch) | |
tree | 0596074b46a1e8ca1435b0a98abbc26695737d8f /release.txt | |
parent | 1a97cce01f8e49b33bf28cbcdfeb3c8aefd809a5 (diff) |
bump to v0.3.0v0.3.0
also add release checklist
Diffstat (limited to 'release.txt')
-rw-r--r-- | release.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release.txt b/release.txt new file mode 100644 index 0000000..f0b45ae --- /dev/null +++ b/release.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | Release checklist: | ||
2 | |||
3 | - bump version in Cargo.toml | ||
4 | - bump version in flake.nix | ||
5 | - run `cargo build --release` to bump Cargo.lock | ||
6 | - run nix-build and update cachix cache | ||
7 | - tag commit with latest version | ||
8 | - push tag and commit to all remotes | ||