mirror of https://github.com/cjbassi/gotop.git
Update build steps
This commit is contained in:
parent
d6a684d345
commit
0cd59ba400
|
@ -2,11 +2,14 @@ need to have goreleaser, xgo, and dockerd installed
|
||||||
|
|
||||||
make sure gotop builds and runs
|
make sure gotop builds and runs
|
||||||
update version number in main.go
|
update version number in main.go
|
||||||
add, commit, and push change
|
commit changes
|
||||||
tag commit with version number
|
tag commit with version number
|
||||||
|
push changes
|
||||||
export GitHub token in shell
|
export GitHub token in shell
|
||||||
make sure dockerd is running
|
make sure dockerd is running
|
||||||
run `goreleaser --rm-dist -f build/.goreleaser.yml`
|
run `goreleaser --rm-dist -f build/.goreleaser.yml`
|
||||||
update GitHub release with Darwin builds
|
update GitHub release with Darwin builds
|
||||||
update homebrew-gotop
|
update homebrew-gotop
|
||||||
update AUR package
|
version numbers (there's 3)
|
||||||
|
sha256 (run `sha256sum {archived file}`)
|
||||||
|
update AUR package version number
|
||||||
|
|
Loading…
Reference in New Issue