From 415bf1e96743f8f5ddb4a799ba6087f5a9bb7892 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Thu, 21 Sep 2023 11:42:04 +0200 Subject: [PATCH] Remove "Milestone" from the RELEASE_HOWTO --- RELEASE_HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_HOWTO.md b/RELEASE_HOWTO.md index 600c3f00b..97aa0a5f2 100644 --- a/RELEASE_HOWTO.md +++ b/RELEASE_HOWTO.md @@ -110,7 +110,7 @@ The compressed archives will be part of the published release. Notice that the ```shell cd /path/to/echosvg -git tag -s v1.0.1 -m "Milestone Release 1.0.1" +git tag -s v1.0.1 -m "Release 1.0.1" git push origin v1.0.1 ```