We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1558bb1 commit 52f2351Copy full SHA for 52f2351
1 file changed
DEVELOPMENT.md
@@ -0,0 +1,10 @@
1
+# Development
2
+
3
+## Releasing
4
5
+Create a new release by creating a new tag and pushing it to GitHub:
6
7
+```bash
8
+git tag -a v0.0.1 -m "Release v0.0.1"
9
+git push --tags
10
+```
0 commit comments