Merge pull request #470 from lbryio/dont-bump-daemon-ver
Configure bumpversion to avoid modifying daemon version in package.json
This commit is contained in:
commit
6b2919892a
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ values =
|
|||
production
|
||||
|
||||
[bumpversion:file:app/package.json]
|
||||
search = "version": "{current_version}"
|
||||
replace = "version": "{new_version}"
|
||||
|
||||
[bumpversion:file:ui/package.json]
|
||||
search = "version": "{current_version}"
|
||||
replace = "version": "{new_version}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue