From bb47a3705d4e297a3e7598dc8a04b3dc0a482c5b Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 20 Jun 2021 12:46:28 -0500 Subject: [PATCH] Auto merge branch with master --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 55bea272..25653179 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:" --grep "^docs:" --pretty="- %s" 1.1.0..1.2.0 +git log --invert-grep --grep "^ci:" --grep "^misc:" --grep "^docs:" --grep "^build(deps)" --pretty="- %s" 1.1.0..1.2.0 ```