Merge pull request #327 from flatcar-linux/dongsu/changelog-example

changelog: use a specific project name in the example
This commit is contained in:
Dongsu Park 2022-05-13 15:57:43 +02:00 committed by GitHub
commit 9e4857285a

View File

@ -15,7 +15,7 @@ The file should contain a markdown bullet point entry (`- TEXT...`).
Example for the bugfix section: Example for the bugfix section:
``` ```
- The Torcx profile `docker-1.12-no` got fixed to reference the current Docker version instead of 19.03 which wasn't found on the image, causing Torcx to fail to provide Docker [PR#1456](https://github.com/flatcar-linux/coreos-overlay/pull/1456) - The Torcx profile `docker-1.12-no` got fixed to reference the current Docker version instead of 19.03 which wasn't found on the image, causing Torcx to fail to provide Docker [portage-stable#1456](https://github.com/flatcar-linux/portage-stable/pull/1456)
``` ```
The contents of the file should describe the changes in a concise manner, The contents of the file should describe the changes in a concise manner,