Skip to content

Commit

Permalink
[release] v1.0.1 (easegress-io#89)
Browse files Browse the repository at this point in the history
* [release] v1.0.1

* [release] update readme

* [release] ignore 386 platform in goreleaser

* [release] add back 386 building in goreleaser

Co-authored-by: benjaminwu <[email protected]>
  • Loading branch information
benja-wu and benjaminwu committed Jun 29, 2021
1 parent 43154b7 commit ec188e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.0.0
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.0.1
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand All @@ -37,7 +37,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.0.0
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.0.1
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MKFILE_DIR := $(dir $(MKFILE_PATH))
RELEASE_DIR := ${MKFILE_DIR}bin

# Version
RELEASE?=1.0.0
RELEASE?=1.0.1

# Git Related
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ We can download the binary from [release page](https://github.com/megaease/easeg

```bash
$ mkdir easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.0.0/easegress-v1.0.0-linux-amd64.tar.gz
$ tar zxvf easegress-v1.0.0-linux-amd64.tar.gz -C easegress && cd easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.0.1/easegress-v1.0.1-linux-amd64.tar.gz
$ tar zxvf easegress-v1.0.1-linux-amd64.tar.gz -C easegress && cd easegress
```

or use source code:
Expand Down

0 comments on commit ec188e4

Please sign in to comment.