Skip to content

Commit

Permalink
Add tag instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jul 23, 2020
1 parent 9e4d1ce commit 41dbff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ go mod edit -replace github.com/influxdata/telegraf=github.com/danielnelson/tele
go mod tidy
```

Packages are generated by a GitHub action whenever a new tag is pushed to the repository.
```sh
git tag v0.0.10
git push origin v0.0.10
```


[releases]: https://github.com/danielnelson/telegraf-execd-openvpn/releases/latest
[execd]: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/execd

0 comments on commit 41dbff4

Please sign in to comment.