diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d9fc2f2..0391f9f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -14,25 +14,6 @@ changelog: - ^chore - ^test" - ^(ci|build|chore)\(deps.*\) - # groups: - # - title: Dependencies - # regexp: ^fix\(deps.*\) - # order: 300 - # - title: Features - # regexp: ^feat - # order: 100 - # - title: Security - # regexp: ^sec - # order: 150 - # - title: Bug fixes - # regexp: ^(fix|refactor) - # order: 200 - # - title: Documentation - # regexp: ^docs - # order: 400 - # - title: Build process - # regexp: ^(build|ci) - # order: 500 nfpms: - id: "{{ .ProjectName }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index ceec5f7..74d4eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.6-beta.3](https://github.com/DeadNews/deadnews-template-go/compare/v2.0.5...v2.0.6-beta.3) - 2024-04-07 + +### ⚙️ CI/CD + +- _(github)_ update `goreleaser` job - ([4d6fe92](https://github.com/DeadNews/deadnews-template-go/commit/4d6fe92cf7241612728dd241ccb24ee74f64ce1a)) +- _(github)_ update `goreleaser` job - ([bb9f67f](https://github.com/DeadNews/deadnews-template-go/commit/bb9f67f62e0b148933ff91a89ea370338d89faa7)) +- _(github)_ update `goreleaser` job - ([089506b](https://github.com/DeadNews/deadnews-template-go/commit/089506b46364903e0dbf8b181994f3f92cdd510f)) +- _(github)_ update `goreleaser` job - ([db6c6ca](https://github.com/DeadNews/deadnews-template-go/commit/db6c6caa4baa7daaffdc26e2bae679234ec632e4)) + ## [2.0.5](https://github.com/DeadNews/deadnews-template-go/compare/v2.0.4...v2.0.5) - 2024-04-06 ### ⚙️ CI/CD diff --git a/Makefile b/Makefile index 573dc04..177f2e8 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ goreleaser: update: go get -u ./... go mod tidy + go mod verify install: pre-commit install diff --git a/README.md b/README.md index 0d5038e..65021d5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GitHub: Release](https://img.shields.io/github/v/release/deadnews/deadnews-template-go?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-go/releases/latest) [![Docker: ghcr](https://img.shields.io/badge/docker-gray.svg?logo=docker&logoColor=white)](https://github.com/deadnews/deadnews-template-go/pkgs/container/deadnews-template-go) -[![Go: Reference](https://pkg.go.dev/badge/github.com/DeadNews/deadnews-template-go.svg)](https://pkg.go.dev/github.com/DeadNews/deadnews-template-go) +[![Go: Reference](https://pkg.go.dev/badge/github.com/DeadNews/deadnews-template-go.svg)](https://pkg.go.dev/github.com/DeadNews/deadnews-template-go/v2) [![Go: Report Card](https://goreportcard.com/badge/github.com/DeadNews/deadnews-template-go)](https://goreportcard.com/report/github.com/DeadNews/deadnews-template-go) [![CI: pre-commit](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-template-go/main.svg)](https://results.pre-commit.ci/latest/github/deadnews/deadnews-template-go/main) [![CI: main](https://img.shields.io/github/actions/workflow/status/deadnews/deadnews-template-go/main.yml?branch=main&logo=github&logoColor=white&label=main)](https://github.com/deadnews/deadnews-template-go/actions/workflows/main.yml)