We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d95ce4 commit 5dee718Copy full SHA for 5dee718
docs/release.md
@@ -18,7 +18,7 @@ Perform the following steps in order to release new versions:
18
export TAG=${LANGUAGE}-vx.y.z
19
git checkout main
20
git pull
21
- git tag -sm "${TAG}" "${TAG}"
+ git tag -m "${TAG}" "${TAG}"
22
git push origin "${TAG}"
23
```
24
0 commit comments