From 83e2321d3a2fe3642e335a70f62199a2fdad8bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 5 Jan 2024 23:25:41 +0100 Subject: [PATCH] feat: force release --- .github/workflows/release-development.yml | 2 +- .releaserc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-development.yml b/.github/workflows/release-development.yml index ec2a8fc3..6f246ee8 100644 --- a/.github/workflows/release-development.yml +++ b/.github/workflows/release-development.yml @@ -4,7 +4,7 @@ on: push: branches: - '@pluto-encrypted/*/v*' - - develop + - 'develop' workflow_call: workflow_dispatch: diff --git a/.releaserc.yml b/.releaserc.yml index 4f9233cf..9b6c1492 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -1,8 +1,8 @@ branches: + - name: 'master' - name: '@pluto-encrypted/*/v+([0-9]).([0-9]).X' - name: '@pluto-encrypted/*/v+([0-9]).X.X' - name: '@pluto-encrypted/*/v+([0-9])' - - name: 'master' - name: 'release/*' prerelease: 'rc'