Skip to content

Commit

Permalink
feat: pipeline fixes and improvements on packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 5, 2024
1 parent 6ccfad9 commit d3c94cb
Show file tree
Hide file tree
Showing 42 changed files with 326 additions and 265 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Maintenance & Release candidate
on:
push:
branches:
- +([0-9])?(.{+([0-9]),x}).x
- develop
- '@pluto-encrypted/*/v*'
- 'develop'
workflow_call:
workflow_dispatch:

Expand Down Expand Up @@ -37,7 +37,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 }}
Expand Down
15 changes: 7 additions & 8 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
branches:
- name: '@pluto-encrypted/test-suite/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/shared/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/leveldb/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/inmemory/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/indexdb/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/encryption/+([0-9])?(.*([0-9])|x).x'
- name: '@pluto-encrypted/database/+([0-9])?(.*([0-9])|x).x'
- name: 'master'
- name: 'release/*'
- name: '@pluto-encrypted/*/v+([0-9]).([0-9]).X'
type: maintenance
- name: '@pluto-encrypted/*/v+([0-9]).X.X'
type: maintenance
- name: '@pluto-encrypted/*/v+([0-9])'
type: maintenances
- name: 'develop'
prerelease: 'rc'

plugins:
Expand Down
Loading

0 comments on commit d3c94cb

Please sign in to comment.