Skip to content

Commit 778a79d

Browse files
Clarify directory changelogs need to go into (#2638)
1 parent f592d8d commit 778a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ we now use a single file per change. Of course, if you feel adding an entry to
33
the CHANGELOG would only pollute it, feel free to not make a file. To keep it
44
somewhat manageable:
55

6-
* Create a changelog file: `touch $(date --iso-8601=seconds | tr : _)_my_change_message`
6+
* Create a changelog file: `touch changelog/$(date --iso-8601=seconds | tr : _)_my_change_message`
77
* We collect these files for each release and put their messages in
88
`CHANGELOG.md`. The files are subsequently deleted.
99
* Messages should be valid Markdown

0 commit comments

Comments
 (0)