diff --git a/.gitea/workflows/testing.yml b/.gitea/workflows/testing.yml index 29689a3..a98033c 100644 --- a/.gitea/workflows/testing.yml +++ b/.gitea/workflows/testing.yml @@ -34,9 +34,8 @@ jobs: /go_cache key: go_path-${{ steps.hash-go.outputs.hash }} - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: - version: v1.56.2 args: --timeout 5m testing: name: check and test diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 403efa5..8f0b355 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -25,6 +25,8 @@ changelog: # Default is empty sort: asc + format: "{{ .SHA }} {{ .Message }} @{{ .AuthorUsername }} ({{ .AuthorName }})" + # Group commits messages by given regex and title. # Order value defines the order of the groups. # Proving no regex means all commits will be grouped under the default group.