Skip to content

Commit

Permalink
Remove unnecessary comments and formatting in .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem committed Feb 23, 2024
1 parent 3b0d659 commit 6eea648
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 1

Expand All @@ -28,7 +21,6 @@ builds:

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}-
{{- tolower .Os }}-
Expand Down

0 comments on commit 6eea648

Please sign in to comment.