summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-10 21:57:10 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-10 21:57:10 -0700
commite31c82639f40b669fee1be0675825023cce89d7f (patch)
tree7906aa14c20448b6fede82d6fee96037c3c04b78 /build
parent7bb67a4400a2955d930b8e0434906412280cf43a (diff)
Update build steps
Diffstat (limited to 'build')
-rw-r--r--build/build_steps.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build_steps.txt b/build/build_steps.txt
index a6efcf6..c5f83cd 100644
--- a/build/build_steps.txt
+++ b/build/build_steps.txt
@@ -1,8 +1,8 @@
make sure gotop builds and runs
-update version number in 'main.go' and 'download.sh'
+update version number in 'main.go' and 'scripts/download.sh'
commit changes
-tag commit
-export GitHub token
+tag commit with latest version number
+export GitHub token in shell
run `sudo dockerd`
run `goreleaser`
run `rm -r dist`