From f7d579594283c6f115c66b29f815b866a0e6773c Mon Sep 17 00:00:00 2001 From: Jannik Zschiesche Date: Thu, 4 Apr 2024 09:43:50 +0200 Subject: [PATCH] Clarify README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73392bf..3435139 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Development ### Releases 1. Check the CHANGELOG, to ensure that the next version number is correct according to semver and there is no "(unreleased)" after the next version number. -2. Commit these changes, commit message "Release x.y.z" -3. Push these changes -4. Tag the latest commit with "x.y.z" -5. Push the tag. +2. If necessary, commit these changes, commit message "Release x.y.z". +3. Tag the latest commit with "x.y.z". +4. Push commit + tag. +5. Create a release in GitHub. Publishing to npm is done automatically in a GitHub action.