From 820c946c3ede7ef98ea58d2787bc53569787523d Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Wed, 7 Apr 2021 15:40:37 -0700 Subject: [PATCH] Docs: Clarify config must be on default branch Resolves https://github.com/release-drafter/release-drafter/issues/835 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c0bb573..80e4eb79d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If you're unable to use GitHub Actions, you can use the Release Drafter GitHub A ## Configuration -Once you’ve added Release Drafter to your repository, it must be enabled by adding a `.github/release-drafter.yml` configuration file to each repository. +Once you’ve added Release Drafter to your repository, it must be enabled by adding a `.github/release-drafter.yml` configuration file to each repository. The configuration file **must** reside in your default branch, no other configurations will be accepted. ### Example