From 12c1b65873d408ea8e7c6f11166e7374ac617920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Ribo=CC=81=20Labrador?= Date: Fri, 5 Jan 2024 22:38:43 +0100 Subject: [PATCH] fix: modify pipeline branches --- .github/workflows/release-development.yml | 2 +- .releaserc.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-development.yml b/.github/workflows/release-development.yml index 79bc2a58..700e80b2 100644 --- a/.github/workflows/release-development.yml +++ b/.github/workflows/release-development.yml @@ -43,7 +43,7 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true - - name: Release + - name: Release development env: GH_TOKEN: ${{ secrets.PLUTO_GITHUB }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.releaserc.yml b/.releaserc.yml index e3a4b55f..74ee6a61 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -1,11 +1,11 @@ branches: - - name: '@pluto-encrypted/database/v*' - - name: '@pluto-encrypted/test-suite/v*' - - name: '@pluto-encrypted/shared/v*' - - name: '@pluto-encrypted/leveldb/v*' - - name: '@pluto-encrypted/inmemory/v*' - - name: '@pluto-encrypted/indexdb/v*' - - name: '@pluto-encrypted/encryption/v*' + - name: '@pluto-encrypted/database/v+([0-9])?(.*([0-9])|x).x' + - name: '@pluto-encrypted/test-suite/v+([0-9])?(.*([0-9])|x).x' + - name: '@pluto-encrypted/shared/v+([0-9])?(.*([0-9])|x).x' + - name: '@pluto-encrypted/leveldb/v+([0-9])?(.*([0-9])|x).x' + - name: '@pluto-encrypted/inmemory/v+([0-9])?(.*([0-9])|x).x' + - name: '@pluto-encrypted/indexdb/v+([0-9])?(.*([0-9])|x).x' + - name: '@pluto-encrypted/encryption/v+([0-9])?(.*([0-9])|x).x' - name: 'master' - name: 'release/*' prerelease: 'rc'