From 742e1bd896bba6ad3bf27e6705be61e6a1e3e165 Mon Sep 17 00:00:00 2001 From: ypjama <3822534+ypjama@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:51:11 +0300 Subject: [PATCH] Add badges to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b6b410..f203e8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # conflictless-keepachangelog +[![Go Test Status](https://github.com/ypjama/conflictless-keepachangelog/workflows/Go/badge.svg)](https://github.com/ypjama/conflictless-keepachangelog/actions) +[![codecov](https://codecov.io/gh/ypjama/conflictless-keepachangelog/graph/badge.svg?token=9Q4JK8VNPO)](https://codecov.io/gh/ypjama/conflictless-keepachangelog) +[![GitHub release](https://img.shields.io/github/v/release/ypjama/conflictless-keepachangelog.svg)](https://github.com/ypjama/conflictless-keepachangelog/releases/latest) + CLI tool for generating sections to "Keep a Changelog" files without causing frustrating merge conflicts. ## Why?