docs(readme): replaces travis with gh actions badge

This commit is contained in:
Manuel Vogel 2021-01-16 06:53:11 +01:00
parent c41bf3ab9a
commit 49ea2f24a9
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -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)