Skip to content

Commit 52f2351

Browse files
committed
Adding doc
1 parent 1558bb1 commit 52f2351

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

DEVELOPMENT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)