File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : goreleaser/goreleaser-action@v5
3838 with :
3939 distribution : goreleaser
40- version : latest
40+ version : " ~> v2 "
4141 args : release --clean
4242 env :
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ version : 2
12before :
23 hooks :
3- - go mod tidy
44 - go generate ./...
5+ - go mod tidy
56builds :
67 - env :
78 - CGO_ENABLED=0
@@ -159,7 +160,7 @@ archives:
159160 - LICENSE*
160161 - README*
161162 - CHANGELOG*
162- - config.json
163+ - example. config.json
163164 format : tar.gz
164165 name_template : >-
165166 {{ .ProjectName }}_
@@ -174,7 +175,7 @@ archives:
174175checksum :
175176 name_template : ' checksums.txt'
176177snapshot :
177- name_template : " {{ incpatch .Version }}-next"
178+ version_template : " {{ incpatch .Version }}-next"
178179changelog :
179180 sort : asc
180181 filters :
Original file line number Diff line number Diff line change @@ -84,8 +84,9 @@ This is the structure of the `config.json` file:
8484
8585The available DDNS providers are:
8686
87- - Cloudflare
88- - Duckdns (provider only allows a single AAAA record)
87+ - [ Cloudflare] ( https://www.cloudflare.com/application-services/products/dns/ ) (free plan compatible)
88+ - [ Duckdns] ( https://www.duckdns.org/ ) (provider only allows a single AAAA record)
89+ - [ Gravity] ( https://github.com/BeryJu/gravity ) (hosted locally)
8990
9091- :rocket : ** Adding your preferred provider is easy** :
9192 - Take a provider from ` ddns/ ` such as cloudflare.go as a template.
You can’t perform that action at this time.
0 commit comments