Skip to content

Commit

Permalink
fix: No need to bumb version for composer as it relies on VCS tag to …
Browse files Browse the repository at this point in the history
…infer version
  • Loading branch information
pvgnd committed Dec 11, 2019
1 parent 5c80907 commit 165c86e
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 165c86e

Please sign in to comment.