22 lines
390 B
YAML
22 lines
390 B
YAML
# Build Steps
|
|
# 1. update version number in 'main.go' and 'download.sh'
|
|
# 2. commit changes
|
|
# 3. tag commit
|
|
# 4. delete 'dist' folder
|
|
# 5. export token
|
|
# 6. run goreleaser
|
|
# 7. push changes to GitHub
|
|
# 8. update release for latest commits
|
|
# 9. update AUR package
|
|
|
|
builds:
|
|
- binary: gotop
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
archive:
|
|
format: tgz
|