From 8f2a6338681a1b470914e48b9d2af41d0485a64e Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Tue, 10 Apr 2018 21:39:09 -0700 Subject: [PATCH] Update build steps --- .goreleaser.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2ea1b6f..3f3b7cd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,13 +1,14 @@ # 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 +# 1. Make sure everything builds and runs +# 2. update version number in 'main.go' and 'download.sh' +# 3. commit changes +# 4. tag commit +# 5. delete 'dist' folder +# 6. export token +# 7. run goreleaser +# 8. push changes to GitHub +# 9. update release for latest commits +# 10. update AUR package builds: - binary: gotop