The polyglot-release script has been modified to be portable between Linux and MacOS. In particular, sed -i is no longer used since it requires an argument on MacOS, but not on Linux.
Furthermore, the tag filtering has been refactored to filter with grep rather than relying on git ls-remote.
The POLYGLOT_RELEASE_GIT_REPO now has a default value: git config --get remote.origin.url.
⚡️ What's your motivation?
Release from a mac, not having to specify POLYGLOT_RELEASE_GIT_REPO
🏷️ What kind of change is this?
:bug: Bug fix (non-breaking change which fixes a defect)
🤔 What's changed?
The
polyglot-release
script has been modified to be portable between Linux and MacOS. In particular,sed -i
is no longer used since it requires an argument on MacOS, but not on Linux.Furthermore, the tag filtering has been refactored to filter with
grep
rather than relying ongit ls-remote
. ThePOLYGLOT_RELEASE_GIT_REPO
now has a default value:git config --get remote.origin.url
.⚡️ What's your motivation?
Release from a mac, not having to specify
POLYGLOT_RELEASE_GIT_REPO
🏷️ What kind of change is this?
📋 Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.