Skip to content

Commit

Permalink
feat: improve API usage and test coverage across platforms
Browse files Browse the repository at this point in the history
- Add an option to include extra pre-existing files in the release with a specified file format (`.xz`)

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 5, 2023
1 parent bc8c966 commit a7c7568
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,12 @@ checksum:

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

release:
# You can add extra pre-existing files to the release.
# The filename on the release will be the last part of the path (base).
# If another file with the same name exists, the last one found will be used.
#
# Templates: allowed
extra_files:
- glob: ./**.xz

0 comments on commit a7c7568

Please sign in to comment.