Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
anconrad committed Apr 9, 2024
1 parent b8e8cab commit 6e0ad05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ git push origin release-v*.*.*
```
### Reference Releases

These `latest` url will always point to the most recent release (including the latest Pre-Release).
To download the latest tarball you can use this url:
This `latest`api call will deliver the ***latest full non-prerelease, non-draft release release.*** This is the recommended method to get the latest stable, tested release.
```bash
curl -s https://api.github.com/repos/seatable/seatable-release/releases/latest | jq -r '.assets[0].browser_download_url'
```

This `latest` url will always point to the most recent release or prerelease.
[https://github.com/seatable/seatable-release/releases/latest/download/seatable-compose.tar.gz](https://github.com/seatable/seatable-release/releases/latest/download/seatable-compose.tar.gz)\
\
To download a specific release you can use these types of urls (example):\
Expand Down

0 comments on commit 6e0ad05

Please sign in to comment.