Files
newznab-tmux/commit
T
2019-06-13 17:30:39 +02:00

21 lines
240 B
Bash
Executable File

#!/bin/sh
EXIT_STATUS=0
# Use composer to call php-cs-fixer
composer fix-style
# Add changes.
git add -i
# Edit changelog.
nano Changelog
# Add changes to changelog.
git add Changelog
php artisan migrate
# Commit changes.
git commit