From 78106a31560207c63a9d8aa366a632334a251c32 Mon Sep 17 00:00:00 2001 From: Reto Kaiser Date: Mon, 3 Dec 2018 15:15:26 +0100 Subject: [PATCH] Add docs about releasing a new version --- HACKING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 HACKING.md diff --git a/HACKING.md b/HACKING.md new file mode 100644 index 0000000..97f9e6a --- /dev/null +++ b/HACKING.md @@ -0,0 +1,7 @@ +Release a New Version +--------------------- +1. Update `CHANGELOG.md` and `Cargo.toml`. +2. Create a tag `vX.X.X` and push it to Github. +3. Check out the tag locally, then run `cargo publish` to publish to [crates.io]. + +[crates.io]: https://crates.io/crates/slog-json