mirror of
https://github.com/gotson/komga.git
synced 2025-12-23 00:44:43 +01:00
10 lines
219 B
Bash
Executable file
10 lines
219 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Arguments:
|
|
# 1: next version
|
|
# 2: channel
|
|
|
|
# Build jar
|
|
./gradlew copyWebDist assemble generateOpenApiDocs checksums
|
|
|
|
# Prepare Dockerhub release
|
|
source "$(dirname "$0")/prepare-dockerhub.sh" $1 $2
|