From 36af88b65ea63a1371ca0d3a8e81ecec4b6ccac4 Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 24 Oct 2025 16:08:08 +0300 Subject: [PATCH] doc: update release instructions --- doc/development.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/development.md b/doc/development.md index db95836e..cd9742d1 100644 --- a/doc/development.md +++ b/doc/development.md @@ -52,10 +52,8 @@ git commit -m "Release 1.0.0" git push # !!! check that tests pass on CI - -# Run automated release workflow by pushing a tag -git tag 1.0.0 -git push --tags ``` +* Create a new release on github at + * This will trigger the automated release workflow * Announce the release at least on #reitit in Clojurians.