File: //var/www/wp-content/mu-plugins/vendor/wpex/expert-banner/readme.md
# Expert Banner link
WPEX WordPress plugin for Expert Banner. Provides a link to expert services in the header of the editor screen. Intended to be used as a sub-plugin of System Plugin.

## Deploy latest to the System Plugin
When we are ready for a release we need to tag a new version to release and then update the system plugin reference with the latest tag. Determine the next release tag using [semantic versioning](https://semver.org/) and run the following script.
`composer run prepare-release X.X.X`
Finally, create a PR in the [WPPaaS/wp-paas-system-plugin](https://github.com/gdcorp-wordpress/wp-paas-system-plugin) repository and assign to @mrebernisak. [Example](https://github.com/gdcorp-wordpress/wp-paas-system-plugin/pull/54). The release script will output a link to the branch diff which you can create a PR from.
---
*The `build` directory must be included in version control for the system plugin deployment. This is not ideal but is currently the way it must be until the system plugin deployment process is updated.*