diff --git a/.goreleaser.yml b/build/.goreleaser.yml similarity index 56% rename from .goreleaser.yml rename to build/.goreleaser.yml index 7d223d2..0ad1eb1 100644 --- a/.goreleaser.yml +++ b/build/.goreleaser.yml @@ -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: diff --git a/Dockerfile b/build/Dockerfile similarity index 100% rename from Dockerfile rename to build/Dockerfile diff --git a/build/build_steps.txt b/build/build_steps.txt new file mode 100644 index 0000000..6bbf26e --- /dev/null +++ b/build/build_steps.txt @@ -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