From 7bff4315805c2c0543b55ee98b17caf3f2b6f45c Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Mon, 6 Sep 2021 09:26:45 -0700 Subject: [PATCH] Docs: Clarify config must be on default branch (#836) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb8e28e1..6728df705 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