Configure bumpversion to avoid modifying daemon version in package.json #470

Merged
alexliebowitz merged 1 commit from dont-bump-daemon-ver into master 2017-08-12 18:34:25 +02:00
alexliebowitz commented 2017-08-11 07:18:48 +02:00 (Migrated from github.com)

Before, it was matching any instance of the current app version string, so if the daemon version configured in app/package.json happened to match the app version, it would get bumped.

This updates the bumpversion config to only update the line containing the package version itself.

Before, it was matching *any* instance of the current app version string, so if the daemon version configured in app/package.json happened to match the app version, it would get bumped. This updates the bumpversion config to only update the line containing the package version itself.
kauffj (Migrated from github.com) reviewed 2017-08-11 07:18:48 +02:00
kauffj commented 2017-08-12 18:34:35 +02:00 (Migrated from github.com)

I figured it was this. Fun corner case :)

I figured it was this. Fun corner case :)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#470
No description provided.