Skip to content

Commit

Permalink
No need to bumb version for composer as it relies on VCS tag to infer…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
pvgnd committed Dec 11, 2019
1 parent 5c80907 commit e41081f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions defaults.js
Expand Up @@ -32,14 +32,12 @@ defaults.header = '# Changelog\n\nAll notable changes to this project will be do
defaults.packageFiles = [
'package.json',
'bower.json',
'manifest.json',
'composer.json'
'manifest.json'
]

defaults.bumpFiles = defaults.packageFiles.concat([
'package-lock.json',
'npm-shrinkwrap.json',
'composer.lock'
'npm-shrinkwrap.json'
])

module.exports = defaults

0 comments on commit e41081f

Please sign in to comment.