Skip to content

Commit 535132e

Browse files
leogrpoiana
authored andcommitted
docs(RELEASE.md): do not use an annotated tag
Signed-off-by: Leonardo Grasso <[email protected]>
1 parent 67c07e6 commit 535132e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

RELEASE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ When we release we do the following process:
1414
Tag the version
1515

1616
```bash
17-
git tag -a v0.1.0-rc.0 -m "v0.1.0-rc.0"
18-
git push origin v0.1.0-rc.0
19-
```
17+
git pull
18+
git checkout master
19+
git tag x.y.z
20+
git push origin x.y.z
21+
```
22+
> N.B.: do NOT use an annotated tag

0 commit comments

Comments
 (0)