Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix relaase url
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Jan 6, 2023
1 parent eb52bd3 commit dd63eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/version-major.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fi
git tag "${NEW_VERSION}" -m "${NEW_VERSION}"
git push --tags
echo "Nouvelle version créée: ${NEW_VERSION}"
echo "URL à utiliser: https://github.com/Inist-CNRS/lodex-themes/archive/refs/tags/${NAME_PACKAGE}@${NEW_VERSION}.zip"
echo "URL à utiliser: https://github.com/Inist-CNRS/lodex-themes/archive/refs/tags/${NEW_VERSION}.zip"
2 changes: 1 addition & 1 deletion bin/version-minor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fi
git tag "${NEW_VERSION}" -m "${NEW_VERSION}"
git push --tags
echo "Nouvelle version créée: ${NEW_VERSION}"
echo "URL à utiliser: https://github.com/Inist-CNRS/lodex-themes/archive/refs/tags/${NAME_PACKAGE}@${NEW_VERSION}.zip"
echo "URL à utiliser: https://github.com/Inist-CNRS/lodex-themes/archive/refs/tags/${NEW_VERSION}.zip"
2 changes: 1 addition & 1 deletion bin/version-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi
git tag "${NEW_VERSION}" -m "${NEW_VERSION}"
git push --tags
echo "Nouvelle version créée: ${NEW_VERSION}"
echo "URL à utiliser: https://github.com/Inist-CNRS/lodex-themes/archive/refs/tags/${NAME_PACKAGE}@${NEW_VERSION}.zip"
echo "URL à utiliser: https://github.com/Inist-CNRS/lodex-themes/archive/refs/tags/${NEW_VERSION}.zip"

0 comments on commit dd63eed

Please sign in to comment.