-
Notifications
You must be signed in to change notification settings - Fork 193
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
fix(.goreleaser.yml): Load version for wasmvm dynamically #1631
Conversation
@NibiruChain/backend , how should I test this? Just tag a prerelease and then delete it? |
You can test locally with |
That worked for me. I was on the wrong branch though. Rerunning from this one with the new changes... |
Just confirmed that this works locally if you use scripts in the Output from commit 2fc1f03make release-snapshot docker run |
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.
Looks great! Just tested, its working fine.
Purpose
The changes here should make
goreleaser
load whichever version is stated in ourgo.mod
.