Skip to content

Commit 423f857

Browse files
author
swo0k
committed
Fix README
1 parent c6912f8 commit 423f857

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ release: *.go _VERSION ## Builds the cross-compiled binaries, naming them in suc
122122
$(foreach GOOSARCH,$(GOOSARCHES), $(call buildrelease,$(subst /,,$(dir $(GOOSARCH))),$(notdir $(GOOSARCH))))
123123

124124
.PHONY: bump-version
125-
BUMP := patch
125+
BUMP := minor
126126
bump-version: ## Bump the version in the version file. Set BUMP to [ patch | major | minor ]
127127
@go get -u github.com/jessfraz/junk/sembump # update sembump tool
128128
$(eval NEW_VERSION = $(shell sembump --kind $(BUMP) $(VERSION)))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ docker run -d \
5050
-p 8080:8080 \
5151
-e AWS_ACCESS_KEY_ID \
5252
-e AWS_SECRET_ACCESS_KEY \
53+
-v $PWD/config.yaml:/config.yaml \
5354
--tmpfs /tmp \
5455
quay.io/swo0k/r53server:v0.1.1 \
55-
-zone Z2UE.......... \
56-
-zone Z1W...........
56+
-p 8080
5757
```

0 commit comments

Comments
 (0)