-
Notifications
You must be signed in to change notification settings - Fork 27
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
Revert "feat: fix package structure with did modules" #816
Conversation
This reverts commit 102f276. feat: fix package structure with did modules Remove/pkg cli deps (#815) * feat: remove cli pkgs * Revert "feat: remove cli pkgs" This reverts commit 858057e. * feat: swagger docs * feat: update lints --------- Signed-off-by: Prad Nukala <prad@sonr.io> fix: goreleaser status Revert "Remove/pkg cli deps (#815)" This reverts commit 43c28f8.
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.
Feedback from Senior Dev Bot
.goreleaser.yaml
Outdated
|
||
name_template: "Sonr - v{{.Version}} 🆔" | ||
mode: replace | ||
draft: true | ||
draft: false | ||
extra_files: | ||
- glob: ./scripts/install.sh | ||
|
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.
The code changes look good. However, I do have a suggestion to improve the readability of the name_template
value. Instead of using a string concatenation, you can use the fmt
package to format the string with placeholders and pass the Version
value when needed. This will make it easier to understand the logic and make any future modifications.
name_template: fmt.Sprintf("Sonr - v%d 🆔", .Version)
Signed-off-by: Prad Nukala <prad@sonr.io>
PR Summary
|
Apply Sweep Rules to your PR?
|
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This reverts commit 102f276.
feat: fix package structure with did modules
Remove/pkg cli deps (#815)
This reverts commit 858057e.
Signed-off-by: Prad Nukala prad@sonr.io
fix: goreleaser status
Revert "Remove/pkg cli deps (#815)"
This reverts commit 43c28f8.