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
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -629,6 +629,14 @@ with other package managers for other ecosystems).
629
629
630
630
When you are ready to release v1.0.0, add `--release-as 1.0.0` to the options.
631
631
632
+
### Why do my `refactor`, `chore` etc changes not appear in the changelog?
633
+
634
+
By default, the conventional commits preset is used. This means that only `fix`, `feat` and anything marked as a breaking change will appear in the changelog.
635
+
636
+
Conventional commits is meant to make it easy for machines to reason about the user-facing changes,
637
+
and the changelog generation makes it easy for humans to consume this information too.
638
+
Usually, you wouldn't want non-user facing changes like refactor in the changelog.
0 commit comments