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