We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac8c19 commit e49fedcCopy full SHA for e49fedc
DEVGUIDE.md
@@ -0,0 +1,7 @@
1
+To kick off a release:
2
+
3
+```bash
4
+git switch main
5
+git tag vX.Y.Z
6
+git push origin vX.Y.Z
7
+```
0 commit comments