docs(release): add release instructions

This commit is contained in:
Orhun Parmaksız 2023-12-05 15:17:55 +03:00
parent bb33f437ba
commit 62948abdc0
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 7 additions and 0 deletions

7
RELEASE.md Normal file
View File

@ -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`.