Skip to content

Commit

Permalink
feat: update release config (#683)
Browse files Browse the repository at this point in the history
* feat: update release config

* fix: labels

* fix: remove extra whitespace

---------

Co-authored-by: Jess Divers <jessica.divers@library.ucla.edu>
  • Loading branch information
farosFreed and Jess Divers authored Feb 7, 2025
1 parent 6319a0d commit fa1a2e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ module.exports = {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
{
releaseRules: [
{ type: 'refactor', release: 'patch' },
{ type: 'chore', release: 'patch' },
],
},
'@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
Expand Down

1 comment on commit fa1a2e3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.