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 ```