From 49ea2f24a94beb7a97a05e1db62e0a70b14a6339 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sat, 16 Jan 2021 06:53:11 +0100 Subject: [PATCH] docs(readme): replaces travis with gh actions badge --- README.md | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index cfcad805..e504d930 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![git-chglog](https://raw.githubusercontent.com/git-chglog/artwork/master/repo-banner%402x.png) [![godoc.org](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/git-chglog/git-chglog) -[![Travis](https://img.shields.io/travis/git-chglog/git-chglog.svg?style=flat-square)](https://travis-ci.org/git-chglog/git-chglog) +[![Actions Status](https://github.com/git-chglog/git-chglog/workflows/tests/badge.svg)](https://github.com/git-chglog/git-chglog/actions) [![AppVeyor](https://img.shields.io/appveyor/ci/tsuyoshiwada/git-chglog/master.svg?style=flat-square)](https://ci.appveyor.com/project/tsuyoshiwada/git-chglog/branch/master) [![Coverage Status](https://img.shields.io/coveralls/github/git-chglog/git-chglog.svg?style=flat-square)](https://coveralls.io/github/git-chglog/git-chglog?branch=master) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/git-chglog/git-chglog/blob/master/LICENSE) @@ -14,28 +14,45 @@ ## Table of Contents -* [Features](#features) -* [How it works](#how-it-works) -* [Getting Started](#getting-started) +- [git-chglog](#git-chglog) + - [Table of Contents](#table-of-contents) + - [Features](#features) + - [How it works](#how-it-works) + - [Getting Started](#getting-started) - [Installation](#installation) - + [Homebrew (for macOS users)](#homebrew-for-macos-users) - + [Go users](#go-users) + - [Homebrew (for macOS users)](#homebrew-for-macos-users) + - [Scoop (for Windows users)](#scoop-for-windows-users) + - [asdf](#asdf) + - [Go users](#go-users) - [Test Installation](#test-installation) - [Quick Start](#quick-start) -* [CLI Usage](#cli-usage) + - [CLI Usage](#cli-usage) - [`tag query`](#tag-query) -* [Configuration](#configuration) -* [Templates](#templates) -* [Supported Styles](#supported-styles) -* [FAQ](#faq) -* [TODO](#todo) -* [Thanks](#thanks) -* [Contributing](#contributing) + - [Configuration](#configuration) + - [`bin`](#bin) + - [`style`](#style) + - [`template`](#template) + - [`info`](#info) + - [`options`](#options) + - [`options.commits`](#optionscommits) + - [`options.commit_groups`](#optionscommit_groups) + - [`options.header`](#optionsheader) + - [`options.issues`](#optionsissues) + - [`options.refs`](#optionsrefs) + - [`options.merges`](#optionsmerges) + - [`options.reverts`](#optionsreverts) + - [`options.notes`](#optionsnotes) + - [Templates](#templates) + - [Supported Styles](#supported-styles) + - [FAQ](#faq) + - [TODO](#todo) + - [Thanks](#thanks) + - [Contributing](#contributing) - [Development](#development) - [Feedback](#feedback) -* [CHANGELOG](#changelog) -* [Related Projects](#related-projects) -* [License](#license) + - [CHANGELOG](#changelog) + - [Related Projects](#related-projects) + - [License](#license)