Sfoglia il codice sorgente

Remove `update` step from release make target

binwiederhier 2 anni fa
parent
commit
8aaec62d7f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -277,10 +277,10 @@ staticcheck: .PHONY
 
 # Releasing targets
 
-release: clean update cli-deps release-checks docs web check
+release: clean cli-deps release-checks docs web check
 	goreleaser release --clean
 
-release-snapshot: clean update cli-deps docs web check
+release-snapshot: clean cli-deps docs web check
 	goreleaser release --snapshot --skip-publish --clean
 
 release-checks: