Skip to content

Commit 3eaec93

Browse files
author
Alex Buchanan
committed
release: remove "depends" dependency
* the new "dep ensure" step can modify the working tree, which breaks the release process.
1 parent cc954ad commit 3eaec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ snapshot: depends
191191
--rm-dist \
192192
--snapshot
193193

194-
release: depends
194+
release:
195195
@go get github.com/buchanae/github-release-notes
196196
@goreleaser \
197197
--rm-dist \

0 commit comments

Comments
 (0)