Skip to content

Commit

Permalink
Adjustments to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
decayofmind committed Jun 3, 2023
1 parent 0eaa49b commit d314023
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ before:
hooks:
- go mod tidy

archives:
- id: default
format: binary

builds:
- main: cmd/zsh-alias-matcher/main.go
binary: zsh-alias-matcher
Expand All @@ -20,3 +24,10 @@ checksum:

changelog:
sort: asc

release:
extra_files:
- glob: ./zsh-fast-alias-tips.plugin.zsh

source:
enabled: false

0 comments on commit d314023

Please sign in to comment.