Conversation
zimeg
left a comment
There was a problem hiding this comment.
🛠️ A comment for the kind readers!
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
|
|
||
| tool github.com/goreleaser/goreleaser/v2 |
There was a problem hiding this comment.
🧰 note: The dependencies added above are numerous but indirect toward this package and won't add to our bundle size!
There was a problem hiding this comment.
Once again, a small price to pay for a pinned dependency. I just hope synk doesn't freak out at our new indirect dependencies. 😬
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #503 +/- ##
==========================================
- Coverage 71.22% 71.22% -0.01%
==========================================
Files 222 222
Lines 18684 18684
==========================================
- Hits 13308 13307 -1
Misses 4198 4198
- Partials 1178 1179 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) | ||
|
|
||
| tool github.com/goreleaser/goreleaser/v2 |
There was a problem hiding this comment.
Once again, a small price to pay for a pinned dependency. I just hope synk doesn't freak out at our new indirect dependencies. 😬
Changelog
Summary
This PR adds the
goreleasertool to the project tools for confidence in versioning in CI and onboarding to the project 📠Preview
Testing
Reviewers might uninstall
goreleaserand checkout this branch before build:Notes
Requirements