Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Sep 24, 2024
1 parent e2a22ac commit d14f2d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: enve

dist: bin
Expand Down Expand Up @@ -48,11 +50,6 @@ archives:

release:
prerelease: auto
changelog:
skip: true

snapshot:
name_template: "{{ .Version }}"

checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It can be considered as a counterpart of [GNU env](https://www.gnu.org/software/

```sh
curl -sSL \
"https://github.com/joseluisq/enve/releases/download/v1.5.0/enve_v1.5.0_linux_amd64.tar.gz" \
"https://github.com/joseluisq/enve/releases/download/v1.5.1/enve_v1.5.1_linux_amd64.tar.gz" \
| sudo tar zxf - -C /usr/local/bin/ enve
```

Expand Down Expand Up @@ -63,7 +63,7 @@ enve --output xml
## Options

```
$ enve 1.5.0
$ enve 1.5.1
Run a program in a modified environment using .env files
USAGE:
Expand Down

0 comments on commit d14f2d6

Please sign in to comment.