From df4db74d4c0c829bfef553ae86b5709f73d08eb9 Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Tue, 6 May 2025 15:46:37 +0300 Subject: [PATCH] add some additional release information Signed-off-by: Petros Angelatos --- README.md | 4 ++++ RELEASING.md | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 5e634fc..2a54aa8 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,7 @@ decnumber-sys = "0.1.6" **[View documentation.](https://docs.rs/decnumber-sys/0.1.6/)** [libdecnumber]: http://speleotrove.com/decimal/decnumber.html + +## Releasing + +See `RELEASING.md` for instruction on how to release these crates. diff --git a/RELEASING.md b/RELEASING.md index 374a54f..acda5d1 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -34,3 +34,9 @@ (cd dec && cargo publish) (cd decnumber-sys && cargo publish) ``` + +# Release permissions + +In order to successfully complete the `cargo publish` steps you must be a +member of the "Crate owners" Github team and use an appropriate token through +`cargo login`.