Compare commits
4 Commits
v1.0.0-alp
...
v1.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| b5987d6eac | |||
| 9538e2a2bf | |||
| 42a4793953 | |||
| 3708df9525 |
@@ -36,12 +36,8 @@ archives:
|
||||
- goos: windows
|
||||
format: zip
|
||||
|
||||
# changelog:
|
||||
# sort: asc
|
||||
# filters:
|
||||
# exclude:
|
||||
# - "^docs:"
|
||||
# - "^test:"
|
||||
changelog:
|
||||
skip: true
|
||||
|
||||
dockers:
|
||||
- image_templates:
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
gropple:
|
||||
build: .
|
||||
image: tardisx/gropple:$VERSION
|
||||
@@ -1,12 +1,11 @@
|
||||
version: "3.9"
|
||||
|
||||
|
||||
services:
|
||||
gropple:
|
||||
build: .
|
||||
image: tardisx/gropple:latest
|
||||
volumes:
|
||||
- ./gropple-config-dir:/config
|
||||
- ./downloads:/downloads/
|
||||
- /tmp/gropple-config-dir/:/config
|
||||
- /tmp/downloads/:/downloads/
|
||||
restart: always
|
||||
ports:
|
||||
- "6123:6123"
|
||||
|
||||
2
main.go
2
main.go
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
func main() {
|
||||
versionInfo := &version.Manager{
|
||||
VersionInfo: version.Info{CurrentVersion: "v0.7.0"},
|
||||
VersionInfo: version.Info{CurrentVersion: "v1.0.0-alpha.2"},
|
||||
}
|
||||
log.Printf("Starting gropple %s - https://github.com/tardisx/gropple", versionInfo.GetInfo().CurrentVersion)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user