Skip to content

Commit

Permalink
fix(ci): add semrelrc
Browse files Browse the repository at this point in the history
Signed-off-by: Sphericalkat <amolele@gmail.com>
  • Loading branch information
SphericalKat committed Jun 22, 2023
1 parent 2d2eb08 commit 341bfb9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .semrelrc
@@ -0,0 +1,19 @@
{
"plugins": {
"commit-analyzer": {
"name": "default@^1.0.0"
},
"ci-condition": {
"name": "default"
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "false"
}
},
"provider": {
"name": "github"
}
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: "fuzzywuzzy"
version: "1.0.4"
version: "1.1.0"
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"
Expand Down

0 comments on commit 341bfb9

Please sign in to comment.