We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c811acd commit 31d6d63Copy full SHA for 31d6d63
.goreleaser.yml
@@ -43,6 +43,7 @@ changelog:
43
filters:
44
exclude:
45
- '^ci:'
46
+ - '^docs:'
47
dockers:
48
- image_templates:
49
- "itzg/rcon-cli:{{ .Tag }}"
README.md
@@ -1,3 +1,7 @@
1
+[](https://github.com/itzg/rcon-cli/releases/latest)
2
+[](https://app.circleci.com/pipelines/github/itzg/rcon-cli)
3
+
4
5
A little RCON cli based on james4k's RCON library for golang.
6
7
## Installation
0 commit comments