From 62948abdc0433569515797142ba3d6d5a572f67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 5 Dec 2023 15:17:55 +0300 Subject: [PATCH] docs(release): add release instructions --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..436e6ee --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,7 @@ +# Creating a Release + +1. Update the version in `Cargo.toml` accordingly to [Semantic Versioning](https://semver.org/). +2. Run `cargo build` to update the version in `Cargo.lock`. +3. Update [CHANGELOG.md](./CHANGELOG.md) accordingly. +4. Commit the changes. (see [this](https://github.com/orhun/rustypaste/commit/79662d64abfe497baa5e9690c0f56ca183391809) example commit) +5. Create a release [on GitHub](https://github.com/orhun/rustypaste/releases/new) with the same entries in `CHANGELOG.md`.