Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: up release-please #2305

Merged
merged 1 commit into from
Mar 19, 2025
Merged

chore: up release-please #2305

merged 1 commit into from
Mar 19, 2025

Conversation

weboko
Copy link
Collaborator

@weboko weboko commented Mar 17, 2025

Problem / Description

  1. release-please got updated
  2. new sds and rln packages were not added into the release please hence their deps were not bumped leading to issues https://github.com/waku-org/js-waku/actions/runs/13945155395/job/39030577038?pr=2309

Solution

  1. Upgrade release please
  2. Add new packages for tracking

Notes

@weboko weboko requested a review from a team as a code owner March 17, 2025 00:22
@weboko weboko force-pushed the weboko/release-please-4 branch from 2067ce1 to aa530be Compare March 17, 2025 00:22
Copy link

github-actions bot commented Mar 17, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku node 71.96 KB (0%) 1.5 s (0%) 1.3 s (-9.06% 🔽) 2.7 s
Waku Simple Light Node 123.71 KB (0%) 2.5 s (0%) 2.3 s (-0.22% 🔽) 4.8 s
ECIES encryption 22.92 KB (0%) 459 ms (0%) 1.2 s (+87.97% 🔺) 1.7 s
Symmetric encryption 22.35 KB (0%) 447 ms (0%) 593 ms (-25.34% 🔽) 1.1 s
DNS discovery 59.29 KB (0%) 1.2 s (0%) 1.2 s (+10.35% 🔺) 2.4 s
Peer Exchange discovery 59.42 KB (0%) 1.2 s (0%) 1.1 s (+20.12% 🔺) 2.3 s
Local Peer Cache Discovery 52.9 KB (0%) 1.1 s (0%) 1.2 s (+10.72% 🔺) 2.2 s
Privacy preserving protocols 63.48 KB (0%) 1.3 s (0%) 1.3 s (-22.27% 🔽) 2.6 s
Waku Filter 65.01 KB (0%) 1.4 s (0%) 1.5 s (-8.31% 🔽) 2.8 s
Waku LightPush 62.49 KB (0%) 1.3 s (0%) 1.3 s (-14.9% 🔽) 2.6 s
History retrieval protocols 62.72 KB (0%) 1.3 s (0%) 1.1 s (-20.22% 🔽) 2.4 s
Deterministic Message Hashing 7.33 KB (0%) 147 ms (0%) 316 ms (+54.3% 🔺) 463 ms

@weboko weboko force-pushed the weboko/release-please-4 branch from aa530be to 5cbfd74 Compare March 19, 2025 23:29
@@ -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",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adklempner adding sds to the release
it's absence was causing failures: release-please wasn't bumping @waku/* packages in it causing issue with proto package https://github.com/waku-org/js-waku/actions/runs/13945155395/job/39030577038?pr=2309

@@ -1,6 +1,6 @@
{
"name": "@waku/rln",
"version": "0.0.1",
"version": "0.1.3",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danisharora099 fyi rln is getting published too, from where previous repo left

@weboko
Copy link
Collaborator Author

weboko commented Mar 19, 2025

honestly, at this point I think a simple script will be better than release-please

@weboko weboko merged commit e0b8bd8 into master Mar 19, 2025
12 of 13 checks passed
@weboko weboko deleted the weboko/release-please-4 branch March 19, 2025 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: update release-please to 4
2 participants