From 2e48717cee612961167f3e73e23e18a1ccd57507 Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Mon, 3 Apr 2023 11:53:13 +0200 Subject: [PATCH] Update release documentation --- RELEASE.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 53f24ba9..52d4e7ab 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,3 @@ - # Release Process -1. Bump version in pynitrokey/VERSION. Use 0.x.y format. -2. Make an annotated tag in format v0.x.y.nitrokey, with message describing major change. -3. Run CI release to release it +1. Bump version in pynitrokey/VERSION. Use `0.x.y` format. +2. Create a release in the Github UI with the tag in format `v0.x.y`. The CD pipeline will run automatically on a new release.