netlify / gotrue

An SWT based API for managing users and issuing SWT tokens.
https://www.gotrueapi.org
MIT License
3.88k stars 288 forks source link

Create a release to point to for downloading archive #186

Closed Auspicus closed 3 years ago

Auspicus commented 6 years ago

- Do you want to request a feature or report a bug?

Feature

- What is the current behavior?

No tags or releases set

- What is the expected behavior?

I'm setting up a repo for an example setup of docker images to run GoTrue and it would be nice to be able to point to a specific version (release or tag) of the repo rather than pulling master via codeload:

# download latest gotrue archive
curl -o gotrue.zip https://codeload.github.com/netlify/gotrue/zip/master

# could be replaced with
# curl -o gotrue.zip https://codeload.github.com/netlify/gotrue/zip/1.0.0

# unzip archive
unzip gotrue.zip

# remove archive
rm -rf gotrue.zip

# move files from archive into app folder
mv ./gotrue-master/* ./app

# remove unzipped archive folder
rm -rf ./gotrue-master
github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!

github-actions[bot] commented 3 years ago

This issue was closed because it had no activity for over 1 year.