chore add badges

main
sudo pacman -Syu 2023-09-23 14:06:52 +07:00
parent 115124c270
commit 98a565ab6a
1 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,10 @@
[![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)
[![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
@ -22,9 +24,11 @@ GO111module=on go get github.com/haunt98/changeloguru/cmd/changeloguru
## 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
# Help
@ -56,4 +60,5 @@ changeloguru generate -i --auto-commit --auto-tag --auto-push
- [stretchr/testify](https://github.com/stretchr/testify)
- [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!