Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a93c6bc

Browse files
author
DvirDukhan
authoredOct 27, 2021
Merge pull request #867 from RedisAI/v1.2.5
V1.2.5
2 parents 53efa26 + 98c3cf1 commit a93c6bc

File tree

141 files changed

+4178
-6703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+4178
-6703
lines changed
 

‎.circleci/config.yml

Lines changed: 119 additions & 86 deletions
Large diffs are not rendered by default.

‎.github/release-drafter-config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name-template: 'Version $NEXT_PATCH_VERSION'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: 'Features'
5+
labels:
6+
- 'feature'
7+
- 'enhancement'
8+
- title: 'Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bugfix'
12+
- 'bug'
13+
- title: 'Maintenance'
14+
label: 'chore'
15+
change-template: '- $TITLE (#$NUMBER)'
16+
exclude-labels:
17+
- 'skip-changelog'
18+
template: |
19+
## Changes
20+
21+
$CHANGES

0 commit comments

Comments
 (0)
Please sign in to comment.