mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 10:59:56 +00:00
feat!: create ansible EN role (#2)
This commit is contained in:
23
.releaserc.json
Normal file
23
.releaserc.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"branches": [
|
||||
"main"
|
||||
],
|
||||
"ci": false,
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/github"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user