Update docs/change-notes.md

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Dave Bartolomeo
2021-12-15 15:58:14 -05:00
committed by GitHub
parent 8b0c79d16f
commit d5ef1cf28d

View File

@@ -66,7 +66,7 @@ Each change note must specifiy a `category` property in its metadata. This categ
| feature | minor version bump | A new library API has been added. | | feature | minor version bump | A new library API has been added. |
| majorAnalysis | minor version bump | An API has changed in a way that may affect the results produced by a query that consumes the API. | | majorAnalysis | minor version bump | An API has changed in a way that may affect the results produced by a query that consumes the API. |
| minorAnalysis | patch version bump | An API has changed in a way that may affect the results produced by a query that consumes the API, but only in scenarios that affect relatively few users. | | minorAnalysis | patch version bump | An API has changed in a way that may affect the results produced by a query that consumes the API, but only in scenarios that affect relatively few users. |
| fix | patch version bump | An API has been fixed in a way that is not likely to affect the resultss produced by a query that consumes the API. | | fix | patch version bump | An API has been fixed in a way that is not likely to affect the results produced by a query that consumes the API. |
## How the final changelog is created ## How the final changelog is created
When a new release of a pack is published, the publishing process consolidates all of the change note files from that pack's `change-notes` directory into the pack's `CHANGELOG.md` file. The consolidation process does the following: When a new release of a pack is published, the publishing process consolidates all of the change note files from that pack's `change-notes` directory into the pack's `CHANGELOG.md` file. The consolidation process does the following: