diff --git a/docs/pages/docs/configuration/autorc.mdx b/docs/pages/docs/configuration/autorc.mdx index d78d4457b..3e6025acc 100644 --- a/docs/pages/docs/configuration/autorc.mdx +++ b/docs/pages/docs/configuration/autorc.mdx @@ -270,6 +270,21 @@ You can customize everything about a label } ``` +#### Release Type: `skip` + +A label with the `skip` release type will not create a release when merged even when paired with other labels. + +```json +{ + "labels": [ + { + "name": "infra", + "releaseType": "none" + } + ] +} +``` + #### Release Type: `none` A label with the `none` release type will not create a release when merged.