diff --git a/release.config.js b/release.config.js index b95c35d..fba4533 100644 --- a/release.config.js +++ b/release.config.js @@ -1,5 +1,5 @@ module.exports = { - "branches" : "main", + "branches" : "master", "tagFormat": "v${version}", "plugins": [ ["@semantic-release/commit-analyzer", { @@ -36,4 +36,4 @@ module.exports = { }] ], "preset": "angular" -} \ No newline at end of file +}