Skip to content

Commit

Permalink
test: add group order
Browse files Browse the repository at this point in the history
  • Loading branch information
Duell10111 committed Mar 10, 2024
1 parent 7eaa4ec commit 9887722
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,22 @@ plugins:
release: patch
- type: breaking
release: major
- '@semantic-release/release-notes-generator'
- - '@semantic-release/release-notes-generator'
- writerOpts:
commitGroupsSort: [
"breaking",
"feat",
"fix",
"revert",
"refactor",
"perf",
"docs",
"style",
"build",
"chore",
"upgrade",
"ci"
]
- '@semantic-release/npm'
- '@semantic-release/github'

Expand Down

0 comments on commit 9887722

Please sign in to comment.