Create build folder

This commit is contained in:
Caleb Bassi 2018-05-10 21:32:35 -07:00
parent 4d94559479
commit 943109676f
3 changed files with 10 additions and 12 deletions

View File

@ -1,15 +1,3 @@
# Build Steps:
# 1. make sure gotop builds and runs
# 2. update version number in 'main.go' and 'download.sh'
# 3. commit changes
# 4. tag commit
# 5. export token
# 6. `sudo dockerd`
# 7. `goreleaser`
# 8. `rm -r dist`
# 9. `git push`
# 10. update AUR package
builds:
- binary: gotop
goos:

10
build/build_steps.txt Normal file
View File

@ -0,0 +1,10 @@
make sure gotop builds and runs
update version number in 'main.go' and 'download.sh'
commit changes
tag commit
export token
`sudo dockerd`
`goreleaser`
`rm -r dist`
`git push`
update AUR package