https://github.com/tmiland/latest-release
Check for latest release from a GitHub repo
https://github.com/tmiland/latest-release
bash bash-script github-releases
Last synced: about 2 months ago
JSON representation
Check for latest release from a GitHub repo
- Host: GitHub
- URL: https://github.com/tmiland/latest-release
- Owner: tmiland
- License: mit
- Created: 2019-02-28T16:15:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T14:51:59.000Z (over 5 years ago)
- Last Synced: 2025-02-09T23:27:54.035Z (over 1 year ago)
- Topics: bash, bash-script, github-releases
- Language: Shell
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latest-release
## Script to check for latest release from a GitHub repo
* Display new version number
* Display release title
* Display release notes
* Select y/n to update/not update
## Screenshots

## Testing
#### Download and execute the script:
```bash
$ wget https://github.com/tmiland/latest-release/raw/master/latest_release.sh
$ chmod +x latest_release.sh
$ ./latest_release.sh
```
## Credits
- Code is mixed and and customized from these sources:
* [ghacks user.js updater.sh](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/updater.sh)
* [get_latest_release.sh](https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c)
## Donations
- [PayPal me](https://paypal.me/milanddata)
- [BTC] : 33mjmoPxqfXnWNsvy8gvMZrrcG3gEa3YDM
### License
[](https://github.com/tmiland/Invidious-Updater/blob/master/LICENSE)
[MIT License](https://github.com/tmiland/Invidious-Updater/blob/master/LICENSE)