Skip to content

Commit

Permalink
fix(release): Customize
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Głąb <[email protected]>
  • Loading branch information
grzesuav committed Nov 14, 2022
1 parent 848a4e4 commit 4ba86b4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .semrelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"plugins": {
"commit-analyzer": {
"name": "default@^1.0.0"
},
"ci-condition": {
"name": "github"
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "false"
}
},
"provider": {
"name": "github",
"options": {
"github_use_compare_commits": "true"
}
},
"files-updater": {
"names": ["CHANGELOG.md"]
}
}
}

0 comments on commit 4ba86b4

Please sign in to comment.