mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
fix release.toml (again)
This commit is contained in:
parent
f2687697e6
commit
f780576b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Automatically update version in package.json on `cargo release`
|
||||
pre-release-replacements = [
|
||||
{ file="package.json", search="\"version\": \".*\"", replace="\"version\": \"{new_version}\"" },
|
||||
{ file="package.json", search="\"version\": \".*\"", replace="\"version\": \"{{version}}\"" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue