Skip to content

Commit

Permalink
docs: releasing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Aug 29, 2020
1 parent d15158f commit a65c72a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ async fn main() {
}
```

## Releasing

To release a new version you must tag with git and push to the `main` branch.

```bash
git tag -a v0.1.0 -m "First Release"
git push origin main --follow-tags
```

## Contributing

Every contribution to this project is welcome! Feel free to open a pull request or an issue.
Expand Down

0 comments on commit a65c72a

Please sign in to comment.