Skip to content

Commit c96d37d

Browse files
authored
Add recommendation to use a changelog (#221)
1 parent e5556ed commit c96d37d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,11 @@ above [Removing an entire piece of content](#removing-an-entire-piece-of-content
376376
section.
377377
378378
In addition references to the content in GitHub workflows will need to removed.
379+
380+
## Using a CHANGELOG
381+
382+
It is recommended to use a `CHANGELOG.md` file in your extension directory
383+
to document changes made on each release.
384+
385+
A recommended format is the [keep a changelog](https://keepachangelog.com/en/1.1.0/)
386+
format and ahering to the [Semantic Versioning](https://semver.org/) guidelines.

0 commit comments

Comments
 (0)