diff --git a/release.config.js b/release.config.js index f04c793b1c..256da2a6d8 100644 --- a/release.config.js +++ b/release.config.js @@ -1,5 +1,5 @@ module.exports = { - branches: ["main", { name: "next", channel: "next", prerelease: "rc" }], + branches: ["main", { name: "hotfix", channel: "hotfix", prerelease: "hotfix" }], repositoryUrl: "https://github.com/mission-apprentissage/labonnealternance.git", plugins: [ "@semantic-release/commit-analyzer",