Skip to content

Commit

Permalink
chore add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Sep 23, 2023
1 parent 115124c commit 98a565a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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!

0 comments on commit 98a565a

Please sign in to comment.