Skip to content

Commit

Permalink
fix(releaserc): include pubspec yaml in git update
Browse files Browse the repository at this point in the history
Signed-off-by: Sphericalkat <[email protected]>
  • Loading branch information
SphericalKat committed Aug 15, 2024
1 parent 2013cee commit f60fd44
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 171 deletions.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"assets": [
"package.json",
"package-lock.json",
"CHANGELOG.md"
"CHANGELOG.md",
"pubspec.yaml"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\n\nskip-checks: true"
}
Expand Down
Loading

0 comments on commit f60fd44

Please sign in to comment.