mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
chore: add release.snapshot task
This commit is contained in:
parent
1fcc058fab
commit
29ca34e0d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
*.out
|
||||
*.log
|
||||
/bin/
|
||||
/dist/
|
||||
/tmp/
|
||||
|
||||
## Git
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
||||
version: 2
|
||||
|
||||
project_name: contentserver
|
||||
@ -29,10 +30,10 @@ builds:
|
||||
- -s -w -X github.com/foomo/contentserver/cmd.version={{.Version}}
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
- formats: [ tar.gz ]
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
formats: [ zip ]
|
||||
|
||||
changelog:
|
||||
use: github-native
|
||||
|
||||
Loading…
Reference in New Issue
Block a user