Skip to content

Commit

Permalink
Merge pull request #10 from appuio/clean-release-name
Browse files Browse the repository at this point in the history
remove redundant version number in name of binary
  • Loading branch information
Simon Rüegg authored Jan 10, 2020
2 parents ebeca4f + f68ba4b commit e1681e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:

archives:
- format: binary
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"

checksum:
name_template: 'checksums.txt'
Expand All @@ -25,8 +26,8 @@ snapshot:

dockers:
- image_templates:
- "docker.io/appuio/image-cleanup:{{ .Tag }}"
- "docker.io/appuio/image-cleanup:{{ .Major }}"
- "docker.io/appuio/image-cleanup:v{{ .Version }}"
- "docker.io/appuio/image-cleanup:v{{ .Major }}"

changelog:
sort: asc
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ go test ./...
docker run --rm -it appuio/image-cleanup:<tag>
```

## Release

Push a git tag with the scheme `vX.Y.Z`.

## License

This project is BSD 3-Clause licensed (see LICENSE file for details).
Expand Down

0 comments on commit e1681e5

Please sign in to comment.