Skip to content

Commit

Permalink
Merge pull request #19 from GaloyMoney/releaserc
Browse files Browse the repository at this point in the history
ci: added .releaserc for release configuration
  • Loading branch information
bodymindarts authored Jan 13, 2022
2 parents 884b60f + f654bc0 commit 37af58a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"branches": "main",
"repositoryUrl": "https://github.com/GaloyMoney/galoy-infra",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit 37af58a

Please sign in to comment.