Skip to content

Commit 3946c20

Browse files
committed
force gen before release
1 parent c9e44a2 commit 3946c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ else
9393
endif
9494

9595

96-
build: info gen
96+
build: info gen
9797
@go get github.com/goreleaser/goreleaser
9898
$(eval export SNAPSHOT_VERSION=$(VERSION))
9999
@goreleaser --snapshot --rm-dist
100100

101101
install: build
102102
@echo "=== installing $(PACKAGE)-$(OS)-$(ARCH) ==="
103-
@echo cp dist/$(OS)_$(ARCH)/$(PACKAGE) /usr/local/bin/mu
103+
@cp dist/$(OS)_$(ARCH)/$(PACKAGE) /usr/local/bin/mu
104104
@chmod 755 /usr/local/bin/mu
105105
@mu -v
106106

@@ -144,7 +144,7 @@ changelog: check_github_token
144144
@go get github.com/Songmu/ghch/cmd/ghch
145145
@ghch --format=markdown --latest -w
146146

147-
github_release: check_github_token tag_release changelog
147+
github_release: check_github_token gen tag_release changelog
148148
@echo "=== generating github release '$(TAG_VERSION)' ==="
149149
@go get github.com/goreleaser/goreleaser
150150
@goreleaser --rm-dist --release-notes CHANGELOG.md

0 commit comments

Comments
 (0)