mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 22:17:25 +00:00
4 lines
194 B
TOML
4 lines
194 B
TOML
# Automatically update version in package.json on `cargo release`
|
|
pre-release-replacements = [
|
|
{ file="package.json", search="\"version\": \".*\"", replace="\"version\": \"{{version}}\"" },
|
|
]
|