This document discusses automating WordPress releases using shell scripts. It begins with an introduction to the presenter and an agenda that includes discussing Git and Subversion version control systems. It then explains some key aspects of Git like branches, tags, and pull requests. The main part describes the steps in a shell script to automate releasing a Git-managed codebase to a Subversion repository, including checking out repositories, updating submodules, copying files between repositories, tagging releases, and committing changes. The document concludes by thanking the audience and providing the presenter's Twitter contact.