Skip to content

Commit

Permalink
chore: fix releaserc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopepe committed Feb 16, 2024
1 parent cf0f503 commit 24d1260
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
---
branch: main
branches:
- main
preset: "angular"
tagFormat: "v${version}"
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/git"
- "@semantic-release/github"

verifyConditions:
- '@semantic-release/git'
- "@semantic-release/github"
analyzeCommits:
- path: "@semantic-release/commit-analyzer"
Expand Down Expand Up @@ -58,10 +56,6 @@ generateNotes:
- type: "test"
- hidden: true
presetConfig: true
prepare:
- path: "@semantic-release/git"
- path: "@semantic-release/changelog"
changelogFile: "docs/CHANGELOG.md"
publish:
- path: "@semantic-release/github"

Expand Down

0 comments on commit 24d1260

Please sign in to comment.