From f5e46c8c667aab43f231b9b1cf43a758e30e29d1 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 23 Oct 2023 17:21:14 -0500 Subject: [PATCH] [Apps Plugin] [CI] Add description to commit message in next dev version --- .github/workflows/apps-plugin-next-dev-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps-plugin-next-dev-version.yml b/.github/workflows/apps-plugin-next-dev-version.yml index e652f184..bad9ba85 100644 --- a/.github/workflows/apps-plugin-next-dev-version.yml +++ b/.github/workflows/apps-plugin-next-dev-version.yml @@ -63,7 +63,7 @@ jobs: uses: jvalkeal/build-zoo-handler@v0.0.4 with: commit-changes-branch: main - commit-changes-message: Next development version + commit-changes-message: "[Apps Plugin ${project.version}] Next development version" - name: Clean cache run: | find ~/.m2/repository -type d -name '*SNAPSHOT' | xargs rm -fr