Get latest version automatically #4

Closed
opened 2020-01-15 13:45:59 +01:00 by efelon · 0 comments
Owner

Found some inspiration:
https://git.coolaj86.com/coolaj86/gitea-installer.sh/src/branch/master/install.bash

To get the latest tag from the github repository:

curl --silent "https://api.github.com/repos/go-gitea/gitea/releases/latest" | grep -Po '"tag_name": "v\K.*?(?=")'
Found some inspiration: https://git.coolaj86.com/coolaj86/gitea-installer.sh/src/branch/master/install.bash To get the latest tag from the github repository: ``` curl --silent "https://api.github.com/repos/go-gitea/gitea/releases/latest" | grep -Po '"tag_name": "v\K.*?(?=")' ```
efelon added the
Enhancement
label 2020-01-15 13:46:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: efelon/shell_sequencer#4
No description provided.