diff --git a/.goreleaser.yml b/.goreleaser.yml index 57a0f9e..ceae16d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,8 +9,24 @@ milestones: - name_template: "{{ .Tag }}" close: true changelog: + use: github sort: asc + groups: + - title: Features + regexp: "^.*feat[(\\w)]*:+.*$" + order: 0 + - title: Fixes + regexp: "^.*fix[(\\w)]*:+.*$" + order: 1 + - title: Building and Packaging + regexp: "^.*build[(\\w)]*:+.*$" + order: 2 + - title: Documentation + regexp: "^.*docs[(\\w)]*:+.*$" + order: 3 + - title: Others + order: 999 filters: exclude: - - '^docs:' - '^test:' + - '^Merge ' \ No newline at end of file diff --git a/README.md b/README.md index d51f7e0..da8cfef 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/CycloneDX/cyclonedx-go/actions/workflows/ci.yml/badge.svg)](https://github.com/CycloneDX/cyclonedx-go/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/CycloneDX/cyclonedx-go)](https://goreportcard.com/report/github.com/CycloneDX/cyclonedx-go) [![Go Reference](https://pkg.go.dev/badge/github.com/nscuro/cyclonedx-go.svg)](https://pkg.go.dev/github.com/CycloneDX/cyclonedx-go) -[![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](LICENSE) +[![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](LICENSE) [![Website](https://img.shields.io/badge/https://-cyclonedx.org-blue.svg)](https://cyclonedx.org/) [![Slack Invite](https://img.shields.io/badge/Slack-Join-blue?logo=slack&labelColor=393939)](https://cyclonedx.org/slack/invite) [![Group Discussion](https://img.shields.io/badge/discussion-groups.io-blue.svg)](https://groups.io/g/CycloneDX)