File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
7
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
8
9
+ version : 2
10
+
9
11
project_name : ps-http-sim
10
12
11
13
before :
@@ -88,3 +90,8 @@ changelog:
88
90
exclude :
89
91
- " ^docs:"
90
92
- " ^test:"
93
+
94
+ announce :
95
+ webhook :
96
+ enabled : true
97
+ endpoint_url : https://pkg.go.dev/fetch/github.com/mattrobenolt/{{ .ProjectName }}@{{ .Tag }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $(BIN):
25
25
GO_INSTALL := env GOBIN=$(PWD ) /$(BIN ) go install -ldflags "-s -w" -trimpath
26
26
27
27
$(BIN ) /goreleaser : Makefile | $(BIN )
28
- $(GO_INSTALL ) github.com/goreleaser/goreleaser@v1.24.0
28
+ $(GO_INSTALL ) github.com/goreleaser/goreleaser
/[email protected]
29
29
30
30
$(BIN ) /$(app ) : main.go go.mod go.sum $(src ) | $(BIN )
31
31
$(GO_INSTALL ) $(gomod )
@@ -51,9 +51,5 @@ run-mysql:
51
51
52
52
publish : $(BIN ) /goreleaser
53
53
$(BIN ) /goreleaser release --clean $(GORELEASERFLAGS )
54
- $(MAKE ) bump-godoc
55
54
56
- bump-godoc :
57
- curl -XPOST https://pkg.go.dev/fetch/$(gomod ) @$(shell jq -r .tag dist/metadata.json)
58
-
59
- .PHONY : all clean clean-bin clean-dist run docker run-mysql publish bump-godoc
55
+ .PHONY : all clean clean-bin clean-dist run docker run-mysql publish
You can’t perform that action at this time.
0 commit comments