You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are cutting a release locally, make sure Node.js with `npx` is available before using the `bump-*` targets. After the bump completes, push the release commit and tag with `git push --follow-tags` or an equivalent tag-push command so the release automation actually starts.
502
502
503
+
## Package Verification
504
+
505
+
Use `make package-verify` to inspect the exact crate contents that would be published.
506
+
507
+
The verification step checks that required bundled assets and crate metadata are present, and that development-only sources such as `css-src/`, `js-src/`, `scripts/`, and screenshots are not shipped in the published crate.
508
+
503
509
## Acknowledgments
504
510
505
511
solverforge-ui builds on these excellent open-source projects:
0 commit comments