From 0aa361bd3bbd52bb502eb1ca58e3ce8d6c0ab02b Mon Sep 17 00:00:00 2001 From: trap-renovate <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:13:26 +0000 Subject: [PATCH] feat(github-release): update traptitech/traq_s-ui to v3.20.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f76a0a820..18c61f85b 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ goreleaser-snapshot: ## Release dry-run update-frontend: ## Update frontend files in dev/frontend @mkdir -p ./dev/frontend # renovate:github-url - @curl -L -Ss https://github.com/traPtitech/traQ_S-UI/releases/download/v3.19.1/dist.tar.gz | tar zxv -C ./dev/frontend/ --strip-components=2 + @curl -L -Ss https://github.com/traPtitech/traQ_S-UI/releases/download/v3.20.0/dist.tar.gz | tar zxv -C ./dev/frontend/ --strip-components=2 .PHONY: reset-frontend reset-frontend: ## Completely replace frontend files in dev/frontend