From c4c3613874011129ff1c54e989660c92abac0de9 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 4 Jul 2020 15:02:32 -0500 Subject: [PATCH] misc: added docs to release notes exclusion --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 237baff7..2dde41d3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -70,5 +70,5 @@ The multiarch images are built and published by [a Github action](https://github The following git command can be used to provide the bulk of release notes content: ```shell script -git log --invert-grep --grep "^ci:" --grep "^misc:" --pretty="- %s" 1.1.0..1.2.0 +git log --invert-grep --grep "^ci:" --grep "^misc:" --grep "^docs:" --pretty="- %s" 1.1.0..1.2.0 ```