terraform-aws-rds-proxy/.releaserc.json

11 lines
176 B
JSON
Raw Normal View History

{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}