mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
14 lines
237 B
JavaScript
14 lines
237 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'@semantic-release/commit-analyzer',
|
|
'@semantic-release/release-notes-generator',
|
|
[
|
|
'@semantic-release/github',
|
|
{
|
|
releasedLabels: ['Status: Released'],
|
|
},
|
|
],
|
|
],
|
|
branches: ['main'],
|
|
}
|