File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 93
93
endif
94
94
95
95
96
- build : info gen
96
+ build : info gen
97
97
@go get github.com/goreleaser/goreleaser
98
98
$(eval export SNAPSHOT_VERSION=$(VERSION ) )
99
99
@goreleaser --snapshot --rm-dist
100
100
101
101
install : build
102
102
@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
104
104
@chmod 755 /usr/local/bin/mu
105
105
@mu -v
106
106
@@ -144,7 +144,7 @@ changelog: check_github_token
144
144
@go get github.com/Songmu/ghch/cmd/ghch
145
145
@ghch --format=markdown --latest -w
146
146
147
- github_release : check_github_token tag_release changelog
147
+ github_release : check_github_token gen tag_release changelog
148
148
@echo " === generating github release '$( TAG_VERSION) ' ==="
149
149
@go get github.com/goreleaser/goreleaser
150
150
@goreleaser --rm-dist --release-notes CHANGELOG.md
You can’t perform that action at this time.
0 commit comments