From 261a2fe49f2b4f184c8298a08775eb1ac29cafd1 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Thu, 26 Jan 2023 11:45:03 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1172cec..2f33544 100644 --- a/Makefile +++ b/Makefile @@ -112,5 +112,5 @@ new-release: ## starts a release, usage: `make new-release tag=TAG` git tag "${tag}" git push --tags @echo "Please open below link to finish the release" - @echo "https://github.com/ITISFoundation/ci-service-integration-library/releases/new?tag=${tag}&title=Release%27${tag}" + @echo "https://github.com/ITISFoundation/ci-service-integration-library/releases/new?tag=${tag}&title=Release%20${tag}" \ No newline at end of file