Compare commits
4 Commits
dad080aa50
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
668402059f | ||
|
|
0ba1c69a7d | ||
| 42bb6f8bad | |||
|
|
b59ba24b35 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -46,4 +46,8 @@ tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
dist/
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/go,vim
|
||||
|
||||
5
.goreleaser.yaml
Normal file
5
.goreleaser.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
gitea_urls:
|
||||
api: https://git.handmadecities.com/api/v1
|
||||
download: https://git.handmadecities.com/
|
||||
# set to true if you use a self-signed certificate
|
||||
skip_tls_verify: false
|
||||
Reference in New Issue
Block a user