From 749009dfe1fcf86d09d0f72477f358ce87f555ed Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Mon, 26 Oct 2020 21:26:45 +0100 Subject: [PATCH] ci: activate release on v3.x branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c4ce7a..da7c73a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: semantic_version: 17.0.7 branches: | [ - 'v1.1.x', - 'v2.x' + 'v2.x', + 'v3.x' ] extra_plugins: | @semantic-release/changelog@5.0.1