docs: add git commands

This commit is contained in:
Luis Ball 2021-12-15 16:49:07 -05:00
parent 5081dc8227
commit 4f2deb72c7
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ To release a new version of the project, you need to:
```
3. Create a release commit with the changes and tag it with the new version number
```bash
git add Cargo.toml
git add Cargo.lock
git commit -m "chore: release v0.1.0" && git tag v0.1.0
```
4. Push the commit and tag to the remote repository