Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Sep 28, 2021
1 parent d4d5df9 commit a81d7a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ read -p "New version> " new_version

sed -E -i "" "s/(.*Version:) .*/\1 ${new_version}/" $version_file

rm -rf composer.lock vendor/
composer install --no-dev

git add "$version_file" vendor
git commit -m "Release v${new_version}"
git tag -a "v${new_version}" -m "Release v${new_version}"
Expand Down

0 comments on commit a81d7a5

Please sign in to comment.