Skip to content

Commit

Permalink
No need to bumb version in composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgnd committed Dec 5, 2019
1 parent 995e592 commit 64da0f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/lifecycles/bump.js
Expand Up @@ -60,8 +60,7 @@ Bump.pkgFiles = [

Bump.lockFiles = [
'package-lock.json',
'npm-shrinkwrap.json',
'composer.lock'
'npm-shrinkwrap.json'
]

function getReleaseType (prerelease, expectedReleaseType, currentVersion) {
Expand Down

0 comments on commit 64da0f3

Please sign in to comment.