Skip to content

Commit

Permalink
fix: semantic release version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Nov 6, 2023
1 parent e5f2a25 commit e5a77e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"branches": ["main", "preprod", "stage"],

"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
],
"@semantic-release/git"
]
}
}

0 comments on commit e5a77e0

Please sign in to comment.