From a733bf75c85dd87e6c4e3d63bac99ebb95535224 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 13 Jan 2026 01:21:57 +0100 Subject: [PATCH] Document release process --- doc/maintainers/release.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/maintainers/release.md diff --git a/doc/maintainers/release.md b/doc/maintainers/release.md new file mode 100644 index 0000000..59056dd --- /dev/null +++ b/doc/maintainers/release.md @@ -0,0 +1,9 @@ + +# Release process + +This project uses simple tags, that trigger a release of all crates using Hercules CI. +See [HCI Effects cargo publish workflow]. + +Dissatisfied with the coarse grained release process? Complain to @roberth and he'll get it done for you. + +[HCI Effects cargo publish workflow]: https://docs.hercules-ci.com/hercules-ci-effects/reference/flake-parts/cargo-publish/#_releasing_a_version