Skip to content

Commit 2e9a30f

Browse files
committed
RELEASING: sign release tags
1 parent 4fd6315 commit 2e9a30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Create a release tag and push it to GitHub:
44

55
VERSION=1.2.3
6-
git tag -a v$VERSION
6+
git tag -as v$VERSION
77
git push origin v$VERSION
88

99
2. Build the release for the major platforms:

0 commit comments

Comments
 (0)