chore: update release please and add packages (#2305)

This commit is contained in:
Sasha 2025-03-20 00:40:34 +01:00 committed by GitHub
parent 044da751bd
commit e0b8bd8c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 6 deletions

View File

@ -144,11 +144,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: [check, proto, browser, node]
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
command: manifest
monorepo-tags: true
token: ${{ secrets.CI_TOKEN }}
- uses: actions/checkout@v3

View File

@ -9,5 +9,7 @@
"packages/relay": "0.0.16",
"packages/sdk": "0.0.29",
"packages/discovery": "0.0.6",
"packages/react-native-polyfills": "0.0.1"
"packages/react-native-polyfills": "0.0.1",
"packages/sds": "0.0.1",
"packages/rln": "0.1.3"
}

View File

@ -1,6 +1,6 @@
{
"name": "@waku/rln",
"version": "0.0.1",
"version": "0.1.3",
"description": "RLN (Rate Limiting Nullifier) implementation for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",

View File

@ -11,6 +11,7 @@
"separate-pull-requests": false,
"versioning": "always-bump-patch",
"group-pull-request-title-pattern": "chore: release ${branch}",
"include-component-in-tag": true,
"packages": {
"packages/utils": {},
"packages/proto": {},
@ -22,6 +23,8 @@
"packages/sdk": {},
"packages/relay": {},
"packages/discovery": {},
"packages/react-native-polyfills": {}
"packages/react-native-polyfills": {},
"packages/sds": {},
"packages/rln": {}
}
}