From 29df94eb4a17365e367b434775ae7e8866f20adc Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Tue, 14 Mar 2023 16:43:57 +0100 Subject: [PATCH] doc: add releases Signed-off-by: Iker Pedrosa --- doc/contributions/releases.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/contributions/releases.md diff --git a/doc/contributions/releases.md b/doc/contributions/releases.md new file mode 100644 index 00000000..149d1f8b --- /dev/null +++ b/doc/contributions/releases.md @@ -0,0 +1,7 @@ +# Releases + +The shadow project doesn't follow any specific timeline to release new software +versions. Usually, they are released when a major milestone is finished. + +Released source code, alongside the release notes, are provided in the +[release Github page](https://github.com/shadow-maint/shadow/releases).