Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: 2

project_name: lorawan-stack-migrate

changelog:
skip: true
disable: true

release:
prerelease: auto
Expand Down Expand Up @@ -37,19 +39,20 @@ builds:
archives:
- id: ttn-lw-migrate
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
builds:
ids:
- ttn-lw-migrate
files:
- LICENSE
- README.md
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
formats:
- zip

nfpms:
- id: ttn-lw-migrate
builds:
ids:
- ttn-lw-migrate
vendor: The Things Network
homepage: https://www.thethingsnetwork.org
Expand All @@ -64,7 +67,7 @@ nfpms:

snapcrafts:
- id: ttn-lw-migrate
builds:
ids:
- ttn-lw-migrate
name: ttn-lw-migrate
summary: Migrate from other LoRaWAN network servers to The Things Stack
Expand All @@ -81,7 +84,7 @@ brews:
- name: ttn-lw-migrate
ids:
- ttn-lw-migrate
tap:
repository:
owner: TheThingsNetwork
name: homebrew-lorawan-stack
commit_author:
Expand Down
Loading