@ -15,7 +15,7 @@ Podcast applications have a rich functionality for content delivery - automatic
- Add and push version tag
```
$ git tag -a v0.1.0 -m "First release"
$ git push origin v0.1.0
$ git push origin --tags
```
- Run GoReleaser at the root of your repository:
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.