Skip to content

Commit 4b3b996

Browse files
authored
Merge pull request #63 from rchicoli/readme-tags
readme: add build coverage status and release svg
2 parents 6fa64be + e09bbc2 commit 4b3b996

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Docker Log Elasticsearch
22

3+
[![GoDoc][1]][2] [![License: Apache 2.0][3]][4] [![Release][5]][6] [![Travis Status][7]][8] [![Coveralls Coverage][9]][10] [![Go Report Card][13]][14] [![Downloads][15]][16]
4+
5+
[1]: https://godoc.org/github.com/rchicoli/docker-log-elasticsearch?status.svg
6+
[2]: https://godoc.org/github.com/rchicoli/docker-log-elasticsearch
7+
[3]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
8+
[4]: LICENSE.md
9+
[5]: https://img.shields.io/github/release/rchicoli/docker-log-elasticsearch.svg
10+
[6]: https://github.com/rchicoli/docker-log-elasticsearch/releases/latest
11+
[7]: https://travis-ci.org/rchicoli/docker-log-elasticsearch.svg?branch=master
12+
[8]: https://travis-ci.org/rchicoli/docker-log-elasticsearch
13+
[9]: https://coveralls.io/repos/rchicoli/docker-log-elasticsearch/badge.svg?branch=master&service=github
14+
[10]: https://coveralls.io/github/rchicoli/docker-log-elasticsearch?branch=master
15+
[11]: https://codecov.io/github/rchicoli/docker-log-elasticsearch/coverage.svg?branch=master
16+
[12]: https://codecov.io/github/rchicoli/docker-log-elasticsearch?branch=master
17+
[13]: https://goreportcard.com/badge/github.com/rchicoli/docker-log-elasticsearch
18+
[14]: https://goreportcard.com/report/github.com/rchicoli/docker-log-elasticsearch
19+
[15]: https://img.shields.io/github/downloads/rchicoli/docker-log-elasticsearch/total.svg?maxAge=1800
20+
[16]: https://github.com/rchicoli/docker-log-elasticsearch/releases
21+
[17]: https://img.shields.io/github/stars/rchicoli/docker-log-elasticsearch.svg
22+
[18]: https://github.com/rchicoli/docker-log-elasticsearch/stargazers
23+
324
`docker-log-elasticsearch` forwards container logs to Elasticsearch service.
425

526
This application is under active development and will continue to be modified and improved over time. The current release is an *alpha*." (see [Roadmap](ROADMAP.md)).

scripts/git-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ make
1717
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" &>/dev/null
1818
make push
1919

20-
git log --oneline "${LAST_TAG}..HEAD"
20+
# git log --oneline "${LAST_TAG}..HEAD"
2121

2222
git tag -a "$NEW_TAG" -m "$(git log --oneline ${LAST_TAG}..HEAD)"
2323

24-
git tag -n10
24+
git tag -n100

0 commit comments

Comments
 (0)