From 81cf50130875f104f2c32c59fcadd544f2179c80 Mon Sep 17 00:00:00 2001 From: Chayim Date: Thu, 14 Jul 2022 09:50:25 +0300 Subject: [PATCH] Updating release drafter and README link (#169) --- .github/release-drafter-config.yml | 31 ++++++++++++++++++++++++++---- README.md | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) 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)