Release v1.0.25
Some checks failed
Release Build / create-docker-image (push) Successful in 3m30s
Release Build / create-release (push) Failing after 0s

This commit is contained in:
2025-07-28 10:16:51 +06:00
parent 638dc104f8
commit 1a0207017a
2 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
) )
const version = "1.0.0" const version = "1.0.25"
func main() { func main() {
// Set Gin mode // Set Gin mode

View File

@@ -17,9 +17,12 @@ test:
# Задача для создания релиза # Задача для создания релиза
# Использование: make release VERSION=1.0.25 # Использование: make release VERSION=1.0.25
release: release:
# @if [ -z "$(VERSION)" ]; then \ @if [ -z "$(VERSION)" ]; then \
# echo "Ошибка: Необходимо указать версию"; \ echo "Ошибка: Необходимо указать версию в формате v1.0.25"; \
# echo "Использование: make release VERSION=1.0.25"; \ echo "Использование: make release VERSION=1.0.25"; \
# exit 1; \ exit 1; \
# fi fi
@./scripts/release-interactive.sh $(VERSION) @./scripts/release-interactive.sh $(VERSION)
release-interactive:
@./scripts/release-interactive.sh