Skip to content

Commit

Permalink
removegoreleaser boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Dec 23, 2023
1 parent dae1235 commit e69c232
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines bellow 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

before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...

builds:
Expand All @@ -27,7 +17,6 @@ builds:

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

0 comments on commit e69c232

Please sign in to comment.