From 2981eaa501344ee5b26fa0187daaaa0b5f430114 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 15 Oct 2019 13:14:48 -0400 Subject: [PATCH] docs(contributing): add an example of multi-line breaking changes --- .github/CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 402d3cb6ff..4db039a026 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -234,6 +234,16 @@ perf(css): remove all css utility attributes BREAKING CHANGE: The CSS utility attributes have been removed. Use CSS classes instead. ``` +Appears under "Breaking Changes" with the breaking change explanation: + +``` +refactor(animations): update to new animation system + +BREAKING CHANGE: + +Removes the old animation system to use the new Ionic animations. +``` + The following commit and commit `667ecc1` do not appear in the changelog if they are under the same release. If not, the revert commit appears under the "Reverts" header. ```