Skip to content

Commit

Permalink
Clarify directory changelogs need to go into (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan authored Jan 14, 2024
1 parent f592d8d commit 778a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ we now use a single file per change. Of course, if you feel adding an entry to
the CHANGELOG would only pollute it, feel free to not make a file. To keep it
somewhat manageable:

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

0 comments on commit 778a79d

Please sign in to comment.