From 96881c3868b0084b04a9db51cf58cdb8b6790f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 11 Feb 2022 09:40:22 +0100 Subject: [PATCH] build: Changed wording --- .github/actions/release_milestone/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index b99fbda2a8..27c91d3af2 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -73,5 +73,5 @@ runs: run: | echo "$MILESTONE+next" > layouts/partials/version.html git add * - git commit --message "Ship tag $MILESTONE" + git commit --message "Mark non-release version" git push origin main