This commit is contained in:
12
release.config.js
Normal file
12
release.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
branches: ["main", "master"],
|
||||
tagFormat: "v${version}",
|
||||
plugins: [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
preset: "conventionalcommits"
|
||||
}
|
||||
],
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user