Skip to content

Commit 5dee718

Browse files
authored
Remove tag signing from release docs
Tag signing is not necessary and is tripping up people who don't have a GPG key setup.
1 parent 1d95ce4 commit 5dee718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Perform the following steps in order to release new versions:
1818
export TAG=${LANGUAGE}-vx.y.z
1919
git checkout main
2020
git pull
21-
git tag -sm "${TAG}" "${TAG}"
21+
git tag -m "${TAG}" "${TAG}"
2222
git push origin "${TAG}"
2323
```
2424

0 commit comments

Comments
 (0)