Skip to content

Commit

Permalink
docs(README): add version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Joseph committed Jul 13, 2019
1 parent 4f482af commit 15d0c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ ifndef tag
$(error tag must be specified)
endif
git-chglog --output CHANGELOG.md --next-tag $(tag)
git add CHANGELOG.md
sed -i "" "s/version-.*-green/version-$(tag)-green/" README.md
git add CHANGELOG.md README.md
git commit -m $(tag)
git tag $(tag)
git push origin master --tags
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# redisqueue

![Version](https://img.shields.io/badge/version-v0.0.0-green.svg)
[![GoDoc](https://godoc.org/github.com/robinjoseph08/redisqueue?status.svg)](https://godoc.org/github.com/robinjoseph08/redisqueue)
[![Build Status](https://travis-ci.org/robinjoseph08/redisqueue.svg?branch=master)](https://travis-ci.org/robinjoseph08/redisqueue)
[![Coverage Status](https://coveralls.io/repos/github/robinjoseph08/redisqueue/badge.svg?branch=master)](https://coveralls.io/github/robinjoseph08/redisqueue?branch=master)
Expand Down

0 comments on commit 15d0c0f

Please sign in to comment.