Compare commits

...

2 Commits

Author SHA1 Message Date
sudo pacman -Syu 98a565ab6a chore add badges 2023-09-23 14:06:57 +07:00
dependabot[bot] 115124c270 build(deps): bump goreleaser/goreleaser-action from 4 to 5
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 13:11:38 +07:00
2 changed files with 10 additions and 5 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "stable"
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest

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!