Compare commits
No commits in common. "03f4b70b9faee147a3c2345531e23dabc8487c7a" and "7bf4e42a6e2e674fb112ec183eebdb1bb09717c2" have entirely different histories.
03f4b70b9f
...
7bf4e42a6e
3 changed files with 1 additions and 48 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1 @@
|
||||||
GoTomato
|
GoTomato
|
||||||
|
|
||||||
dist/
|
|
||||||
.forgejo_token
|
|
||||||
|
|
|
@ -1,44 +0,0 @@
|
||||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
|
||||||
|
|
||||||
version: 2
|
|
||||||
|
|
||||||
before:
|
|
||||||
hooks:
|
|
||||||
- rm -fr ./dist
|
|
||||||
- go mod tidy
|
|
||||||
|
|
||||||
builds:
|
|
||||||
- goos:
|
|
||||||
- linux
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
|
|
||||||
upx:
|
|
||||||
- enabled: true
|
|
||||||
compress: best
|
|
||||||
lzma: true
|
|
||||||
|
|
||||||
changelog:
|
|
||||||
sort: asc
|
|
||||||
filters:
|
|
||||||
exclude:
|
|
||||||
- "bump version to"
|
|
||||||
|
|
||||||
archives:
|
|
||||||
- format: binary
|
|
||||||
|
|
||||||
release:
|
|
||||||
gitea:
|
|
||||||
owner: pomodoro
|
|
||||||
name: GoTomato
|
|
||||||
mode: replace
|
|
||||||
|
|
||||||
gitea_urls:
|
|
||||||
download: http://git.smsvc.net
|
|
||||||
api: http://git.smsvc.net/api/v1
|
|
||||||
|
|
||||||
env_files:
|
|
||||||
gitea_token: .forgejo_token
|
|
|
@ -2,5 +2,5 @@ package metadata
|
||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
const GoTomatoVersion = "0.0.10" // The GoTomato version
|
const GoTomatoVersion = "0.0.9" // The GoTomato version
|
||||||
var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0] // The protocol version
|
var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0] // The protocol version
|
||||||
|
|
Loading…
Reference in a new issue