Update README

This commit is contained in:
Maksym Pavlenko
2019-11-13 20:49:25 -08:00
parent b66cf76747
commit e89fd3329e
+1 -1
View File
@@ -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:
```