From 7503ccddb3bc49bf0af89dcd10d5f82e53d94c50 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Mon, 8 Apr 2024 10:35:09 +0200
Subject: [PATCH] Run CI for changelog updates

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9780219..cd64e27 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ release:
 	@[ "main" = "$(shell git rev-parse --abbrev-ref HEAD)" ] || (echo "Please checkout the main branch first: git checkout main" && false)
 	@[ -n "$(GITLAB_TOKEN)" ] || (echo "Please set the GITLAB_TOKEN environment variable" && false)
 	@echo "Creating changelog ..."
-	@curl --fail-with-body --request POST --header "PRIVATE-TOKEN: $(GITLAB_TOKEN)" 'https://gitlab.com/api/v4/projects/components%2Fopentofu/repository/changelog' --data "version=$(VERSION)&message='Add changelog for $(VERSION) [skip ci]'"
+	@curl --fail-with-body --request POST --header "PRIVATE-TOKEN: $(GITLAB_TOKEN)" 'https://gitlab.com/api/v4/projects/components%2Fopentofu/repository/changelog' --data "version=$(VERSION)&message=Add changelog for $(VERSION)"
 	@echo "Pulling changelog ..."
 	@git pull
 	@echo "Tagging $(VERSION) ..."
-- 
GitLab