From 140b91a3ffebc0c2e2910c766b3f47e57d58586d Mon Sep 17 00:00:00 2001 From: Tim Schwenke Date: Wed, 1 Jan 2025 18:37:05 +0100 Subject: [PATCH] Add step to prep release --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 5cab725..4cbf40f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,6 +4,12 @@ This document describes the release process and is targeted at maintainers. ## Preparation +Check the existing tags: + +```sh +git tag +``` + Pick a name for the new release. It must follow [Semantic Versioning](https://semver.org):