Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Sep 18, 2024
1 parent 7fab68e commit 62885f0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .releaserc copy.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,34 @@ plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/github"

preset: "angular"

releaseRules:
- type: "feat"
release: "minor"
- type: "feat"
breaking: true
release: "major"
- type: "fix"
release: "patch"
- type: "fix"
breaking: true
release: "major"
- type: "patch"
release: "patch"
- type: "patch"
breaking: true
release: "major"
- type: "chore"
release: false
- type: "ci"
release: false
- type: "style"
release: false

parserOpts:
noteKeywords:
- "BREAKING"
- "BREAKING CHANGE"
- "BREAKING CHANGES"
1 change: 0 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"github>mirceanton/renovate-config//labels/all.json5",
"github>mirceanton/renovate-config//semantic-commits/all.json5",
"github>mirceanton/renovate-config//custom-managers/regex-yaml.json5",
"github>mirceanton/renovate-config//auto-merge/AUTOPILOT.json5" //! RENOVATE AUTOPILOT ENABLED
]
}

0 comments on commit 62885f0

Please sign in to comment.