Skip to content

Commit

Permalink
fix: use next major version for generator
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Feb 15, 2024
1 parent 69b868a commit 812dd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "sed -i 's/^version: .*$/version: ${nextRelease.version}/' pubspec.yaml && sed -i 's/^ fluorflow: .*$/ fluorflow: ${nextRelease.version}/' pubspec.yaml",
"prepareCmd": "sed -i 's/^version: .*$/version: ${nextRelease.version}/' pubspec.yaml && sed -i 's/^ fluorflow: .*$/ fluorflow: ^${nextRelease.version}/' pubspec.yaml",
"publishCmd": "dart pub publish -f",
"execCwd": "packages/fluorflow_generator"
}
Expand Down

0 comments on commit 812dd02

Please sign in to comment.