-
Notifications
You must be signed in to change notification settings - Fork 3
Home
JJ edited this page Sep 11, 2018
·
10 revisions
This is the Sandstorm package of WordPress. It depends on this fork of WordPress.
The current build process has a lot of steps which need to be done manually. Anybody who is able to help us automate them is welcome to comment and help.
- When a new Release of WordPress is available download the ZIP file
- Create a new branch from the master branch of our working copy of Wordpress and name it like "4.9.4 branch"
- Update all files in the master branch with the ones from the downloaded zip file
- Take care that file permissions didn't change (you might need something like
find . -type f -exec chmod 644 {} +
) - Apply all necessary changes to the new branch to make Wordpress run on Sandstorm
- Run
vagrant-spk dev
and do some testing - If that seems to work do
vagrant-spk pack
- Creat draft of release on Github, add changelog
- Do some more detailed testing according to checklist (needs to be created)
- If all Ok release to app store
- Create final release on Github