Skip to content

Commit

Permalink
fix(ci): update changelog file on release
Browse files Browse the repository at this point in the history
Signed-off-by: Amogh Lele <[email protected]>
  • Loading branch information
Amogh Lele committed Apr 19, 2022
1 parent 83d1eae commit 46d7787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-ghr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
update-file: CHANGELOG.md
changelog-file: CHANGELOG.md
update-file: pubspec.yaml
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "fuzzywuzzy"
version: "0.2.0"
version: "1.0.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 46d7787

Please sign in to comment.