You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a change log file to document API changes of released versions relative
9
+
to their predecessors.
10
+
11
+
# Motivation
12
+
[motivation]: #motivation
13
+
14
+
Change logs are a common and convenient way to document API changes in a single
15
+
location. Being able to easily find notes on breaking changes is particularly
16
+
useful.
17
+
18
+
# Detailed design
19
+
[design]: #detailed-design
20
+
21
+
We follow the conventions laid out in [Keep A CHANGELOG](https://github.com/olivierlacan/keep-a-changelog/tree/18adb5f5be7a898d046f6a4acb93e39dcf40c4ad).
22
+
23
+
We add a section to CONTRIBUTIONS.md, encouraging contributors to add
24
+
appropriate entries to the change log as part of their pull requests.
25
+
26
+
We add a section to RELEASE_PROCESS.md (which does not exist yet), that tasks
27
+
the persons creating a new release with updating CHANGELOG.md appropriately.
0 commit comments