From 7a42827894fbbe80602b650c3cc839cbdc19495c Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 9 Dec 2024 19:24:56 +0200 Subject: [PATCH] Update docs/developer/doit.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexis Métaireau --- docs/developer/doit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/doit.md b/docs/developer/doit.md index 632919e..baa77e8 100644 --- a/docs/developer/doit.md +++ b/docs/developer/doit.md @@ -1,7 +1,7 @@ # Using the Doit Automation Tool Developers can use the [Doit](https://pydoit.org/) automation tool to create -release artifacts. The purpose of the tool is to automate our manual release +release artifacts. The purpose of the tool is to automate the manual release instructions in `RELEASE.md` file. Not everything is automated yet, since we're still experimenting with this tool. You can find our task definitions in this repo's `dodo.py` file.