Skip to content

Commit

Permalink
fix: find right pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 5, 2024
1 parent 810a0dd commit e8eda6f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
branches:
- 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: '@pluto-encrypted/.*/v[0-9]+\.x\.x'
- name: '@pluto-encrypted/.*/v[0-9]+\.[0-9]+\.x'
- name: 'master'
- name: 'release/*'
prerelease: 'rc'
Expand Down

0 comments on commit e8eda6f

Please sign in to comment.