Skip to content

Commit

Permalink
ci(github): update goreleaser job (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews authored Apr 7, 2024
1 parent 629165f commit 961743a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ goreleaser:
update:
go get -u ./...
go mod tidy
go mod verify

install:
pre-commit install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 961743a

Please sign in to comment.