From 3b6eec9277b0ef1c1d1d2223118296ed70c980d4 Mon Sep 17 00:00:00 2001 From: Antoine Bigard Date: Tue, 17 Oct 2023 12:20:15 +0200 Subject: [PATCH] feat: proposal branche hotfix --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",