Skip to content

Commit

Permalink
ci(github): update goreleaser job (#68)
Browse files Browse the repository at this point in the history
* docs(readme): update badges
* ci(github): update `goreleaser` job
* fix: update module path to `v2`
  • Loading branch information
DeadNews authored Apr 6, 2024
1 parent fb22b65 commit 0b6064b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 22 deletions.
38 changes: 19 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ 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
# 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 }}"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.5-beta.3](https://github.com/DeadNews/deadnews-template-go/compare/v2.0.4...v2.0.5-beta.3) - 2024-04-06

### 🐛 Bug fixes

- update module path to `v2` - ([7311954](https://github.com/DeadNews/deadnews-template-go/commit/731195466984e25879a4f29b4274feff870ede8a))

### 📚 Documentation

- _(readme)_ update badges - ([7e6ee0d](https://github.com/DeadNews/deadnews-template-go/commit/7e6ee0ddf71dde474e89b46a9da9a1937cab9fa0))

### ⚙️ CI/CD

- _(github)_ update `goreleaser` job - ([ebf4c66](https://github.com/DeadNews/deadnews-template-go/commit/ebf4c660de5613d853acb60a701aa68546d9f869))
- _(github)_ update `goreleaser` job - ([7dad6fc](https://github.com/DeadNews/deadnews-template-go/commit/7dad6fc4f757b0307bf45b25a7ed8171d93ab6cb))
- _(github)_ update `goreleaser` job - ([b38cadb](https://github.com/DeadNews/deadnews-template-go/commit/b38cadb617bf715cca0384e3095656be919df709))

## [2.0.4](https://github.com/DeadNews/deadnews-template-go/compare/v2.0.3...v2.0.4) - 2024-04-06

### 📚 Documentation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![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: Report Card](https://goreportcard.com/badge/github.com/deadnews/deadnews-template-go)](https://goreportcard.com/report/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)
[![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)
[![CI: coverage](https://img.shields.io/codecov/c/github/deadnews/deadnews-template-go?token=OCZDZIYPMC&logo=codecov&logoColor=white)](https://codecov.io/gh/deadnews/deadnews-template-go)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/DeadNews/deadnews-template-go
module github.com/DeadNews/deadnews-template-go/v2

go 1.21

Expand Down

0 comments on commit 0b6064b

Please sign in to comment.