A release script that takes a git repo tag and pushes it to the WordPress Plugin directory SVN.
5
stars
2
forks
source link
Move the list of files to delete to a seperate file so release.sh can be refreshed easily #2
Closed
toolstack closed 8 years ago
Currently if you make changes to the list of files to delete and want to update to a newer version of release.sh you have to re-edit your file.
Move these to a separate file that release.sh calls so it can be upgraded easily.