We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66cf76 commit e89fd33Copy full SHA for e89fd33
README.md
@@ -15,7 +15,7 @@ Podcast applications have a rich functionality for content delivery - automatic
15
- Add and push version tag
16
```
17
$ git tag -a v0.1.0 -m "First release"
18
- $ git push origin v0.1.0
+ $ git push origin --tags
19
20
- Run GoReleaser at the root of your repository:
21
0 commit comments