From 2b316c495056b9ae9191f51f550eb0a5c76ae6c1 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 4 Mar 2023 12:41:10 +0100 Subject: [PATCH] [DOCS] RELEASE-NOTES: protected branches wildcard --- RELEASE-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 61d6d26dcb..bc9885cc13 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -132,7 +132,9 @@ A RSS feed is now available for releases at `/{owner}/{repo}/releases.rss` and t #### [Supports wildcard protected branch](https://codeberg.org/forgejo/forgejo/commit/2782c1439) -* (description) +Instead of selected a branch to be protected, the name of the branch must be specified and can be a pattern such as `precious*`. + +[Read more about branch protection](https://forgejo.org/docs/v1.19/user/protection/#protected-branches). #### [Garbage collect LFS](https://codeberg.org/forgejo/forgejo/commit/651fe4bb7)