Skip to content

Commit

Permalink
Remove "Milestone" from the RELEASE_HOWTO
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 21, 2023
1 parent 2c31fe5 commit 415bf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 415bf1e

Please sign in to comment.