Skip to content

Commit

Permalink
chore: fix release Cargo.toml match
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Oct 31, 2023
1 parent 9becfa0 commit a7232dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const fileReplacements = [
},
{
files: ['Cargo.toml'],
from: '\\[workspace\\.package\\]\nversion = ".*"',
from: '^\\[workspace\\.package\\]\nversion = ".*"$',
to: '[workspace.package]\nversion = "${nextRelease.version}"',
results: [
{
Expand Down

0 comments on commit a7232dc

Please sign in to comment.