Skip to content

Commit

Permalink
Merge pull request #4 from metacontroller/config
Browse files Browse the repository at this point in the history
fix(release): Customize
  • Loading branch information
grzesuav authored Nov 14, 2022
2 parents 848a4e4 + 4ba86b4 commit ed2ea28
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 ed2ea28

Please sign in to comment.