From a001f0b6362ba9981c7976aa7675cd5d43544218 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 13 Oct 2022 13:39:15 -0700 Subject: [PATCH] docs: add note that we do not handle branch management or publication --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b90e08944..84a949f22 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ It does so by parsing your git history, looking for [Conventional Commit messages](https://www.conventionalcommits.org/), and creating release PRs. +It does not handle publication to package managers or handle complex branch +management. + ## What's a Release PR? Rather than continuously releasing what's landed to your default branch,