From 143e9736fbee3ac56d1bc0f7974dfb1ad5449bd5 Mon Sep 17 00:00:00 2001 From: Michael Weibel Date: Wed, 19 Jul 2023 10:10:25 +0200 Subject: [PATCH] update README instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ac4c4..068e1a2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To run/test the addon, use `make run`. To create a new release: 1. update the version number in `__init__.py` -2. create a new tag (following semver). +2. create a new release with a tag (following semver). Important: It needs to be a GitHub release, a tag alone is not enough. 3. The GitHub action will automatically upload an appropriate release archive once the tag is there. ## Credits