Skip to content

Commit

Permalink
build(project): Add preset option to semantic release presetConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
minwork committed Jul 18, 2023
1 parent 476aa01 commit a51c14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxrelease.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
{ type: 'build', release: 'patch' },
],
presetConfig: {
preset: 'conventionalcommits',
types: [
{ type: 'feat', section: 'Features' },
{ type: 'fix', section: 'Bug Fixes' },
Expand Down

0 comments on commit a51c14d

Please sign in to comment.