Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Feb 25, 2024
1 parent 5e6fb74 commit 576f7ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 576f7ea

Please sign in to comment.