Skip to content

Commit

Permalink
feat: adds support for bumping for composer versions (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmannBach authored and bcoe committed Nov 1, 2018
1 parent e1b5780 commit fee872f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/lifecycles/bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ Bump.getUpdatedConfigs = function () {
Bump.pkgFiles = [
'package.json',
'bower.json',
'manifest.json'
'manifest.json',
'composer.json'
]

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

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

0 comments on commit fee872f

Please sign in to comment.