Skip to content

Commit

Permalink
docs: added release and build badges
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed May 16, 2020
1 parent c811acd commit 31d6d63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ changelog:
filters:
exclude:
- '^ci:'
- '^docs:'
dockers:
- image_templates:
- "itzg/rcon-cli:{{ .Tag }}"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/itzg/rcon-cli)](https://github.com/itzg/rcon-cli/releases/latest)
[![CircleCI](https://img.shields.io/circleci/build/github/itzg/rcon-cli)](https://app.circleci.com/pipelines/github/itzg/rcon-cli)


A little RCON cli based on james4k's RCON library for golang.

## Installation
Expand Down

0 comments on commit 31d6d63

Please sign in to comment.