Skip to content

Commit

Permalink
revert: ci: Temporarily enabled patch releases for 'ci' commit types.
Browse files Browse the repository at this point in the history
  • Loading branch information
bourquep committed Nov 1, 2024
1 parent 2ec4bee commit 5ef7d6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
const semanticReleaseConfig = {
branches: ['main'],
plugins: [
[
'@semantic-release/commit-analyzer',
{
releaseRules: [{ type: 'ci', release: 'patch' }]
}
],
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/exec',
Expand Down

0 comments on commit 5ef7d6c

Please sign in to comment.