Files
create-react-component/.goreleaser.yaml
2023-12-11 12:36:41 +01:00

23 lines
579 B
YAML

# 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
version: 1
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
builds:
- binary: create-react-component
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64