Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Mar 1, 2024
1 parent 5e344e8 commit 1a8b373
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
project_name: protoc-gen-rails
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
dir: protoc-gen-rails
goos:
- linux
- darwin
binary: protoc-gen-rails
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

release:
github:
owner: flipp-oss
name: grpc-rest

archives:
- id: protoc-gen-rails
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"

0 comments on commit 1a8b373

Please sign in to comment.