@@ -57,3 +55,7 @@ A sample is provided in [examples/gitattributes](./examples/gitattributes). If u
# A set of files you probably don't want in your WordPress.org distribution
/.gitattributes export-ignore
```
## Protecting deploys
Choose a `WP_ORG_RELEASE_REF` value that starts with a consistent prefix. Doing so allows that prefix to be protected using GitLab's "Protected Branches" or "Protected Tags" features.