diff options
Diffstat (limited to 'docs/release.txt')
-rw-r--r-- | docs/release.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release.txt b/docs/release.txt new file mode 100644 index 0000000..8cc56ef --- /dev/null +++ b/docs/release.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Release checklist: | ||
2 | |||
3 | - bump version in Cargo.toml | ||
4 | - run `cargo build --release` to bump Cargo.lock | ||
5 | - run nix-build and update cachix cache | ||
6 | - tag commit with latest version | ||
7 | - push tag and commit to all remotes | ||