mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
chore: update release please and add packages (#2305)
This commit is contained in:
parent
044da751bd
commit
e0b8bd8c9c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user