Skip to content

Commit

Permalink
build: Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona authored Apr 27, 2024
1 parent 35b5e8b commit 222803d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
"branches": ["master"],
"repositoryUrl": "https://github.com/nclsbayona/nclsbayona-readme-action.git",
"plugins": [
"@semantic-release/commit-analyzer",
[
'@semantic-release/commit-analyzer', {
preset: 'angular',
releaseRules: [
{ breaking: true, release: 'major' },
{ type: 'feat', release: 'minor' },
{ type: 'fix', release: 'patch' },
{ scope: 'deps', release: 'patch' },
{ type: 'docs', scope: "README", release: 'patch' },
{ type: 'chore', release: 'patch' },
],
},
],
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
Expand Down

0 comments on commit 222803d

Please sign in to comment.