From 0f8cffaf95e777ad2108396fdbee41b5aea6923e Mon Sep 17 00:00:00 2001 From: t-kikuc Date: Mon, 11 Nov 2024 20:13:35 +0900 Subject: [PATCH] add labels Signed-off-by: t-kikuc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d05aeaf..4780f6c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ tag: v0.1.0 # The tag number will be created. Required. # parentOfMergeCommit: bool # True is whether the commit is the parent commit of the matching merge commit. Default is false. # contains: []string # Matches if commit's subject is prefixed by one of the given values. Default is emtpy. # prefixes: []string # Matches if commit's body is containing one of the given values. Default is emtpy. +# labels: []string # Matches if Pull Request's labels contain one of the given values. Default is empty. # # # # Config used while generating release note.