We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd6315 commit 2e9a30fCopy full SHA for 2e9a30f
1 file changed
docs/RELEASING.md
@@ -3,7 +3,7 @@
3
1. Create a release tag and push it to GitHub:
4
5
VERSION=1.2.3
6
- git tag -a v$VERSION
+ git tag -as v$VERSION
7
git push origin v$VERSION
8
9
2. Build the release for the major platforms:
0 commit comments