From 969f4c8db638728c670336aeb51a8e8eb304c564 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 16 Nov 2021 18:49:48 -0600 Subject: [PATCH] misc: update changelog processing notes --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 1b33d2e2..31dabece 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -93,5 +93,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:" --pretty="* %s" 1.1.0..1.2.0 ```