From f6f16d430a79e02ce103682d51a589f2ef404215 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Mon, 14 Mar 2022 11:22:35 -0400 Subject: [PATCH] Improve makefile for syncing MinIO Server version --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2ddd4d11..032b75ae 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,8 @@ sync-minio-version: @sed -i "s|DEBURL|${DEB}|g" source/conf.py @sed -i "s|RPMURL|${RPM}|g" source/conf.py + @git add source/conf.py && git commit -m "Updating MinIO server to ${MINIO}" + sync-java-docs: @echo "Retrieving Java docs from github.com/minio/minio-java" @$(eval LATEST = $(shell wget -q https://api.github.com/repos/minio/minio-java/releases/latest -O - | jq -r '.tag_name'))