wordpress-plugin
wordpress-plugin copied to clipboard
Release Process
The release process right now is:
- I have to manually copy files from git to svn
- May need to move some files around since folders don't necessarily match
I'd be very happy to be able to make build-for-svn or something like that. Would be even happier if merge-to-master or git-tag automatically released.
There are lots of utilities for this. I had one a while back that should still work fine: https://github.com/markparolisi/wpsvn-deploy but you'll find plenty of similar ones: https://github.com/GaryJones/wordpress-plugin-svn-deploy/blob/develop/deploy.sh You can basically just hook that up to whatever process you're comfortable with since it's bash without any deps.