Skip to content

Commit e3a1b1d

Browse files
committed
document release
1 parent 05bb818 commit e3a1b1d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.PHONY: all build clean
22

3+
all: clean build
4+
35
build:
46
GOOS=linux GOARCH=386 go build -o bin/appcloud-cf-cli-plugin_linux32
57
GOOS=linux GOARCH=amd64 go build -o bin/appcloud-cf-cli-plugin_linux64
@@ -11,7 +13,9 @@ build:
1113
clean:
1214
@rm bin/appcloud-cf-cli-plugin_* -f
1315

14-
all: clean build
15-
1616
sha:
1717
@sha1sum bin/appcloud-cf-cli-plugin_*
18+
19+
release:
20+
@echo release plugin - see https://github.com/swisscom/appcloud-cf-cli-plugin/releases
21+
@echo open plugin repo PR - see https://github.com/cloudfoundry/cli-plugin-repo/pull/519

0 commit comments

Comments
 (0)