We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa80e4e commit 595ed27Copy full SHA for 595ed27
1 file changed
.release-it.json
@@ -22,7 +22,7 @@
22
},
23
"hooks": {
24
"after:release": [
25
- "GOPROXY=proxy.golang.org go list -m github.com/rownd/client-go@v${version}"
+ "GOPROXY=proxy.golang.org go list -m github.com/rownd/client-go@${version}"
26
]
27
}
28
0 commit comments