ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
141 stars 85 forks source link

Invalid URL generated for Elixir clients in `scripts/release.sh` #195

Closed halostatue closed 1 year ago

halostatue commented 2 years ago

Preflight checklist

Describe the bug

scripts/release.sh:67 generates the wrong name for the INSTALL variable for Elixir:

export INSTALL="[Elixir (Hex)](https://hex.io/crates/${ELIXIR_PACKAGE_NAME}/)"

It should be https://hex.pm/packages/${ELIXIR_PACKAGE_NAME}.

Reproducing the bug

Run scripts/release.sh

Relevant log output

No response

Relevant configuration

No response

Version

n/a

On which operating system are you observing this issue?

No response

In which environment are you deploying?

No response

Additional Context

No response