Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Create build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed May 11, 2018
1 parent 4d94559 commit 9431096
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .goreleaser.yml → build/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions build/build_steps.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9431096

Please sign in to comment.