From 576f7ea3fcbfe098359a22f5aaf6060120eb1eb6 Mon Sep 17 00:00:00 2001 From: Yuri Goldfeld Date: Sun, 25 Feb 2024 01:04:24 -0800 Subject: [PATCH] Bug fix. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68619bd76..a5be45f83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,13 +150,13 @@ jobs: "follow semantic versioning conventions, especially regarding when to bump major/minor/patch components. "\ "When ready to do this consult [https://semver.org/] as needed." elif git tag | grep -q "^v$VERSION-"; then - echo "::warning file=VERSION::A pre-release tag [v$VERSION-*] already exists. The repo/VERSION file " - "will require a bump, before the next release. However this should be done *just* ahead of release " - "creation and must follow semantic versioning conventions, especially regarding when to bump " + echo "::warning file=VERSION::A pre-release tag [v$VERSION-*] already exists. The repo/VERSION file "\ + "will require a bump, before the next release. However this should be done *just* ahead of release "\ + "creation and must follow semantic versioning conventions, especially regarding when to bump "\ "major/minor/patch components. When ready to do this consult [https://semver.org/] as needed." else echo "::notice file=VERSION::Since no tag [v$VERSION] or [v$VERSION-*] exists, this repo state "\ - "is likely intended for a future release. Cool! However, reminder: " + "is likely intended for a future release. Cool! However, reminder: "\ "The repo/VERSION version should be decided/finalized *just* ahead of release creation and must "\ "follow semantic versioning conventions, especially regarding when to bump major/minor/patch components. "\ "When ready to do this consult [https://semver.org/] as needed."