Skip to content

Commit

Permalink
avoid composer stderr visibible
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed Aug 13, 2020
1 parent 5704d52 commit 50e79de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ set_versions() {
# first change composer.json
success "set version in composer.json"
wait 1
composer config version "$new_version"
composer config version "$new_version" 2> /dev/null
git add composer.json
do_git_push=1
fi
Expand Down

0 comments on commit 50e79de

Please sign in to comment.