-
Notifications
You must be signed in to change notification settings - Fork 0
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
bump: version 1.0.0-b1 → 1.0.0-b2 #35
Conversation
Reviewer's Guide by SourceryThis pull request bumps the version from 1.0.0-b1 to 1.0.0-b2 and includes several feature additions, fixes, and refactors. The changes primarily focus on updating the flake-parts, bootstrap, and builder components. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tsandrini - I've reviewed your changes - here's some feedback:
Overall Comments:
- Please fill out the PR description template with details about testing and verification of these changes. This will help reviewers understand the context and impact of this version bump.
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
- **bootstrap**: add shebang to .envrc | ||
- **flake-parts**: update issue templates | ||
- **flake-parts**: add gh-actions-dependabot | ||
- **flake-parts**: add nix-fast-build system doc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Typo: "doc" should be "docs"
- **flake-parts**: add nix-fast-build system doc | |
- **flake-parts**: add nix-fast-build system docs |
Overview
Testing
Dependencies
Screenshots
Checklist
nix flake check
passes.Additional Notes
Summary by Sourcery
Update project to version 1.0.0-b2, including adding a deploy-rs flake part, updating pre-commit hooks and treefmt defaults, and adding a nix-fast-build system doc. Fix issues with the builder hash, version typo, grammar, treefmt projectRootFile, and mapModules function. Refactor .envrc to include a shebang, resolve clippy warnings, and rename the PR template.
New Features:
Tests: