diff --git a/RELEASING.md b/RELEASING.md index d32bb8775..ca2d84319 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -30,7 +30,7 @@ export VERSION="vX.Y.Z" # Edit version.go, setting VersionPrelease to empty string # Snapshot dependency information -godep save +godep save ./... mv Godeps/Godeps.json deps/$(echo $VERSION | sed 's/\./-/g').json rm -rf Godeps