diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index 0eb1ee3..aab645f 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -1,17 +1,34 @@ name-template: 'Version $NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' +autolabeler: + - label: 'maintenance' + files: + - '*.md' + - '.github/*' + - label: 'bug' + branch: + - '/bug-.+' + - label: 'maintenance' + branch: + - '/maintenance-.+' + - label: 'feature' + branch: + - '/feature-.+' categories: - - title: 'Features' + - title: '🔥 Breaking Changes' + labels: + - 'breakingchange' + - title: '🚀 New Features' labels: - 'feature' - 'enhancement' - - title: 'Bug Fixes' + - title: '🐛 Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - - title: 'Maintenance' - label: 'chore' + - title: '🧰 Maintenance' + label: 'maintenance' change-template: '- $TITLE (#$NUMBER)' exclude-labels: - 'skip-changelog' @@ -19,3 +36,9 @@ template: | ## Changes $CHANGES + + ## Contributors + We'd like to thank all the contributors who worked on this release! + + $CONTRIBUTORS + diff --git a/README.md b/README.md index cfdd2a2..db1a581 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![license](https://img.shields.io/github/license/RediSearch/redisearch-go.svg)](https://github.com/RediSearch/redisearch-go) -[![CircleCI](https://circleci.com/gh/RediSearch/redisearch-go/tree/master.svg?style=svg)](https://circleci.com/gh/RediSearch/redisearch-go/tree/master) +[![Integration Tests](https://github.com/RediSearch/redisearch-go/actions/workflows/integration.yml/badge.svg)](https://github.com/RediSearch/redisearch-go/actions/workflows/integration.yml) [![GitHub issues](https://img.shields.io/github/release/RediSearch/redisearch-go.svg)](https://github.com/RediSearch/redisearch-go/releases/latest) [![Codecov](https://codecov.io/gh/RediSearch/redisearch-go/branch/master/graph/badge.svg)](https://codecov.io/gh/RediSearch/redisearch-go) [![Go Report Card](https://goreportcard.com/badge/github.com/RediSearch/redisearch-go)](https://goreportcard.com/report/github.com/RediSearch/redisearch-go)