Bump version
This commit is contained in:
parent
c81c3feee8
commit
1c97280ea0
@ -1,13 +1,14 @@
|
|||||||
# Build Steps
|
# Build Steps:
|
||||||
# 1. Make sure everything builds and runs
|
# 1. Make sure everything builds and runs
|
||||||
# 2. update version number in 'main.go' and 'download.sh'
|
# 2. update version number in 'main.go' and 'download.sh'
|
||||||
# 3. commit changes
|
# 3. commit changes
|
||||||
# 4. tag commit
|
# 4. tag commit
|
||||||
# 5. export token
|
# 5. export token
|
||||||
# 6. run goreleaser
|
# 6. `sudo dockerd`
|
||||||
# 7. delete 'dist' folder
|
# 7. run goreleaser
|
||||||
# 8. push changes to GitHub
|
# 8. delete 'dist' folder
|
||||||
# 9. update AUR package
|
# 9. push changes to GitHub
|
||||||
|
# 10. update AUR package
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- binary: gotop
|
- binary: gotop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION=1.2.14
|
VERSION=1.2.15
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
archive=gotop_${VERSION}_${1}.tgz
|
archive=gotop_${VERSION}_${1}.tgz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user