mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
docs(readme): replaces travis with gh actions badge
This commit is contained in:
parent
c41bf3ab9a
commit
49ea2f24a9
1 changed files with 34 additions and 17 deletions
51
README.md
51
README.md
|
|
@ -3,7 +3,7 @@
|
|||

|
||||
|
||||
[](https://godoc.org/github.com/git-chglog/git-chglog)
|
||||
[](https://travis-ci.org/git-chglog/git-chglog)
|
||||
[](https://github.com/git-chglog/git-chglog/actions)
|
||||
[](https://ci.appveyor.com/project/tsuyoshiwada/git-chglog/branch/master)
|
||||
[](https://coveralls.io/github/git-chglog/git-chglog?branch=master)
|
||||
[](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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue