Skip to content

Commit 31d6d63

Browse files
committed
docs: added release and build badges
1 parent c811acd commit 31d6d63

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ changelog:
4343
filters:
4444
exclude:
4545
- '^ci:'
46+
- '^docs:'
4647
dockers:
4748
- image_templates:
4849
- "itzg/rcon-cli:{{ .Tag }}"

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/itzg/rcon-cli)](https://github.com/itzg/rcon-cli/releases/latest)
2+
[![CircleCI](https://img.shields.io/circleci/build/github/itzg/rcon-cli)](https://app.circleci.com/pipelines/github/itzg/rcon-cli)
3+
4+
15
A little RCON cli based on james4k's RCON library for golang.
26

37
## Installation

0 commit comments

Comments
 (0)