Skip to content
Snippets Groups Projects
Commit a3d541b4 authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

feat(semantic-release): sort changelog on `commitTypes` order

The sorting of changelog section is done alphabetically on the commit
type by default.

* .releaserc.js (commitGroupsSortFn): sort commits based on their type
  order in `commitTypes` array: type at the beginning of the array is
  first in the changelog output.
  (commitTypes): reorder the array to have `Features` first and
  `Maintenance` last.
  (@semantic-release/release-notes-generator): configure
  `commitGroupsSort` with our `commitGroupsSortFn` function.
parents d6d5dbc2 2c8f5b6b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment