Skip to content

Commit

Permalink
Merge pull request #1909 from intuit/docss
Browse files Browse the repository at this point in the history
add skip label docs
  • Loading branch information
hipstersmoothie committed Mar 22, 2021
2 parents 86a1daf + 1b0b4cb commit 7d1cc3d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/pages/docs/configuration/autorc.mdx
Expand Up @@ -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.
Expand Down

0 comments on commit 7d1cc3d

Please sign in to comment.