Skip to content

Commit

Permalink
ci: cleanup releaserc
Browse files Browse the repository at this point in the history
Previous attempts to force a patch release on any commit even those without a type did
not work and should therefore be removed to not cause confusion later.
  • Loading branch information
line-o committed Feb 14, 2025
1 parent d45656e commit ad7cbef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"branches": ["master"],
"branches": ["master"],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits",
"presetConfig": "./conventionalcommits.config.cjs",
"releaseRules": [
{ "type": "!(fix|feat|build|chore|ci|docs|style|refactor|perf|test)", "release": "patch" }
]
"preset": "conventionalcommits"
}],
["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits"
Expand Down

0 comments on commit ad7cbef

Please sign in to comment.