summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-11 00:27:21 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-11 00:27:21 -0700
commit847b8022b2dcbeea4b06a8e36bb230f3a737add0 (patch)
tree27c6a461abe5d0dd19403fef7db0abc6ee40857f /build
parentda6f6d28f4c7bd8727bd67f910885aa3caa92953 (diff)
goreleaser now sets version during building
Diffstat (limited to 'build')
-rw-r--r--build/build_steps.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/build_steps.txt b/build/build_steps.txt
index c5f83cd..a0ed088 100644
--- a/build/build_steps.txt
+++ b/build/build_steps.txt
@@ -1,10 +1,7 @@
make sure gotop builds and runs
-update version number in 'main.go' and 'scripts/download.sh'
-commit changes
-tag commit with latest version number
+tag commit with version number
export GitHub token in shell
run `sudo dockerd`
-run `goreleaser`
-run `rm -r dist`
+run `goreleaser --rm-dist`
run `git push`
update AUR package