changelog: use date format of YYYY-MM-DD

If we use date format of DD-MM-YYYY in changelog file names, the files
will not sorted by date. e.g. 01-12-2021 will come before 25-11-2021.
Use date format of YYYY-MM-DD to make the files sorted by date.
This commit is contained in:
Dongsu Park 2021-11-26 15:21:29 +01:00
parent d5fad356fb
commit 80972c2b70

View File

@ -8,8 +8,8 @@ into the repository. The changes are essentially divided into 4 categories:
## How to add the file ## How to add the file
Based on the category the PR falls into create a new file in the respective Based on the category the PR falls into create a new file in the respective
directory with the filename format `DD-MM-YYYY-<few-words-about-the-change>.md` directory with the filename format `YYYY-MM-DD-<few-words-about-the-change>.md`
(can be generated via: `$(date '+%d-%m-%Y')-<few-words-about-the-change>.md`) (can be generated via: `$(date '+%Y-%m-%d')-<few-words-about-the-change>.md`)
The contents of the file should describe the changes in an elaborative manner The contents of the file should describe the changes in an elaborative manner
(use the past tense for the change/bugfix description to avoid confusion with (use the past tense for the change/bugfix description to avoid confusion with