xmtop/.goreleaser.yml

23 lines
433 B
YAML
Raw Normal View History

2018-04-10 09:07:36 +08:00
# Build Steps
2018-04-11 12:39:09 +08:00
# 1. Make sure everything builds and runs
# 2. update version number in 'main.go' and 'download.sh'
# 3. commit changes
# 4. tag commit
# 5. delete 'dist' folder
# 6. export token
# 7. run goreleaser
# 8. push changes to GitHub
# 9. update release for latest commits
# 10. update AUR package
2018-04-10 09:07:36 +08:00
builds:
- binary: gotop
goos:
- darwin
- linux
goarch:
- amd64
- 386
archive:
format: tgz