FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  • Ryan Kowalewski's avatar
    8e3fdd7e
    fix(release-it): remove git tag check from release.sh · 8e3fdd7e
    Ryan Kowalewski authored
    The git describe logic in release.sh to get the latest tag SHA is flawed
    in that it causes an error if the repo doesn't yet contain any tags. This
    commit removes this unnecessary manual check and instead simply falls back
    to release-it's default behaviour, which is itself to fall back to version
    0.0.0 if it can't detect a previous release.
    8e3fdd7e
    History
    fix(release-it): remove git tag check from release.sh
    Ryan Kowalewski authored
    The git describe logic in release.sh to get the latest tag SHA is flawed
    in that it causes an error if the repo doesn't yet contain any tags. This
    commit removes this unnecessary manual check and instead simply falls back
    to release-it's default behaviour, which is itself to fall back to version
    0.0.0 if it can't detect a previous release.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.