chore add badges
parent
115124c270
commit
98a565ab6a
13
README.md
13
README.md
|
@ -3,8 +3,10 @@
|
||||||
[![Go](https://github.com/haunt98/changeloguru/workflows/Go/badge.svg?branch=main)](https://github.com/haunt98/changeloguru/actions)
|
[![Go](https://github.com/haunt98/changeloguru/workflows/Go/badge.svg?branch=main)](https://github.com/haunt98/changeloguru/actions)
|
||||||
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/changeloguru.svg)](https://pkg.go.dev/github.com/haunt98/changeloguru)
|
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/changeloguru.svg)](https://pkg.go.dev/github.com/haunt98/changeloguru)
|
||||||
[![codecov](https://codecov.io/gh/haunt98/changeloguru/branch/main/graph/badge.svg?token=ZBG353F0CN)](https://codecov.io/gh/haunt98/changeloguru)
|
[![codecov](https://codecov.io/gh/haunt98/changeloguru/branch/main/graph/badge.svg?token=ZBG353F0CN)](https://codecov.io/gh/haunt98/changeloguru)
|
||||||
|
[![Latest Version](https://img.shields.io/github/v/tag/haunt98/changeloguru)](https://github.com/haunt98/changeloguru/tags)
|
||||||
|
|
||||||
Tool to generate `CHANGELOG.md`, `CHANGELOG.rst` from [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
|
Tool to generate `CHANGELOG.md`, `CHANGELOG.rst` from
|
||||||
|
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
@ -22,9 +24,11 @@ GO111module=on go get github.com/haunt98/changeloguru/cmd/changeloguru
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`--from` is commit in the future.
|
`--from` is commit in the future aka new.
|
||||||
|
|
||||||
`-to` is commit in the past.
|
`--to` is commit in the past aka old.
|
||||||
|
|
||||||
|
Go from **future** to the **past**.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Help
|
# Help
|
||||||
|
@ -56,4 +60,5 @@ changeloguru generate -i --auto-commit --auto-tag --auto-push
|
||||||
- [stretchr/testify](https://github.com/stretchr/testify)
|
- [stretchr/testify](https://github.com/stretchr/testify)
|
||||||
- [urfave/cli](https://github.com/urfave/cli)
|
- [urfave/cli](https://github.com/urfave/cli)
|
||||||
|
|
||||||
Made with [GoLand](https://www.jetbrains.com/go/). Thanks for supporting open source projects!
|
Made with [GoLand](https://www.jetbrains.com/go/). Thanks for supporting open
|
||||||
|
source projects!
|
||||||
|
|
Loading…
Reference in New Issue