Skip to content

Commit 81cf501

Browse files
authored
Updating release drafter and README link (#169)
1 parent 7794461 commit 81cf501

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

.github/release-drafter-config.yml

+27-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,44 @@
11
name-template: 'Version $NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
3+
autolabeler:
4+
- label: 'maintenance'
5+
files:
6+
- '*.md'
7+
- '.github/*'
8+
- label: 'bug'
9+
branch:
10+
- '/bug-.+'
11+
- label: 'maintenance'
12+
branch:
13+
- '/maintenance-.+'
14+
- label: 'feature'
15+
branch:
16+
- '/feature-.+'
317
categories:
4-
- title: 'Features'
18+
- title: '🔥 Breaking Changes'
19+
labels:
20+
- 'breakingchange'
21+
- title: '🚀 New Features'
522
labels:
623
- 'feature'
724
- 'enhancement'
8-
- title: 'Bug Fixes'
25+
- title: '🐛 Bug Fixes'
926
labels:
1027
- 'fix'
1128
- 'bugfix'
1229
- 'bug'
13-
- title: 'Maintenance'
14-
label: 'chore'
30+
- title: '🧰 Maintenance'
31+
label: 'maintenance'
1532
change-template: '- $TITLE (#$NUMBER)'
1633
exclude-labels:
1734
- 'skip-changelog'
1835
template: |
1936
## Changes
2037
2138
$CHANGES
39+
40+
## Contributors
41+
We'd like to thank all the contributors who worked on this release!
42+
43+
$CONTRIBUTORS
44+

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![license](https://img.shields.io/github/license/RediSearch/redisearch-go.svg)](https://github.com/RediSearch/redisearch-go)
2-
[![CircleCI](https://circleci.com/gh/RediSearch/redisearch-go/tree/master.svg?style=svg)](https://circleci.com/gh/RediSearch/redisearch-go/tree/master)
2+
[![Integration Tests](https://github.com/RediSearch/redisearch-go/actions/workflows/integration.yml/badge.svg)](https://github.com/RediSearch/redisearch-go/actions/workflows/integration.yml)
33
[![GitHub issues](https://img.shields.io/github/release/RediSearch/redisearch-go.svg)](https://github.com/RediSearch/redisearch-go/releases/latest)
44
[![Codecov](https://codecov.io/gh/RediSearch/redisearch-go/branch/master/graph/badge.svg)](https://codecov.io/gh/RediSearch/redisearch-go)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/RediSearch/redisearch-go)](https://goreportcard.com/report/github.com/RediSearch/redisearch-go)

0 commit comments

Comments
 (0)