3.1 Deployment - ufmedia/whalepress GitHub Wiki

Introduction to Deployment

The aim of this boilerplate project is to suggest standards and structure, but remain flexible, and the same applies when it comes to deployment. Out of the box, core WordPress files are ignored in favour of using a workflow with an included automated WordPress installation. Of course you could edit the .gitignore file and commit the core files for deployment via git, or you could kick it old school and upload everything using FTP - It's up to you.

Changelog

Incuded with this project is a changelog.md file, it is recommended that this be used to track deployments using the keep-a-changlog syntax.

Conventional Commits

It's recommended that your commits follow the Conventional Commits specification.