Skip to content

Commit 341bfb9

Browse files
committed
fix(ci): add semrelrc
Signed-off-by: Sphericalkat <[email protected]>
1 parent 2d2eb08 commit 341bfb9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.semrelrc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"plugins": {
3+
"commit-analyzer": {
4+
"name": "default@^1.0.0"
5+
},
6+
"ci-condition": {
7+
"name": "default"
8+
},
9+
"changelog-generator": {
10+
"name": "default",
11+
"options": {
12+
"emojis": "false"
13+
}
14+
},
15+
"provider": {
16+
"name": "github"
17+
}
18+
}
19+
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "fuzzywuzzy"
2-
version: "1.0.4"
2+
version: "1.1.0"
33
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
44
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
55
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"

0 commit comments

Comments
 (0)