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 4165407 commit fb31132
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 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:
- \@pluto-encrypted/v+([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/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/database/v+([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
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pluto-encrypted/database",
"version": "1.11.0",
"description": "Encrypted database for Edge Wallet SDK that supports multiple db, IndexDB, LevelDB and InMemory.",
"version": "1.11.0-rc.1",
"description": "Encrypted database for Edge Wallet SDK that supports multiple db, IndexDB, LevelDB and InMemory",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -59,4 +59,4 @@
"build/*"
],
"gitHead": "6aa4ce8bbb9938fc4c4e790efffa5b902631362c"
}
}

0 comments on commit fb31132

Please sign in to comment.