Merge pull request #165 from Fumesover/release/v0.6.0

releases: Add support for gitlab
This commit is contained in:
Svilen Markov 2024-08-27 03:37:45 +01:00 committed by GitHub
commit 303438834b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 318 additions and 89 deletions

View file

@ -41,6 +41,7 @@ type Weather struct {
}
type AppRelease struct {
Source ReleaseSource
Name string
Version string
NotesUrl string