1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Update README

This commit is contained in:
Maksym Pavlenko
2019-11-13 20:49:25 -08:00
parent b66cf76747
commit e89fd3329e

View File

@ -15,7 +15,7 @@ Podcast applications have a rich functionality for content delivery - automatic
- Add and push version tag - Add and push version tag
``` ```
$ git tag -a v0.1.0 -m "First release" $ 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: - Run GoReleaser at the root of your repository:
``` ```