1 Star 2 Fork 107

h4cd/ohUrlShortener

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
goreleaser.yaml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
巴拉迪维 提交于 2022-08-19 17:54 . v1.6 release
project_name: ohUrlShortener
dist: build/
before:
hooks:
- go mod tidy
- go mod download
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: macOS
linux: Linux
windows: Windows
amd64: x86_64
files:
- README.md
- LICENSE
- structure.sql
- config.ini
- CLA.md
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "1.6"
nfpms:
- file_name_template: "{{.ProjectName}}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
vendor: 巴拉迪维
homepage: https://github.com/barats
maintainer: 巴拉迪维 <[email protected]>
description: ohUrlShortener 适合中小型社区网站使用的短链接服务系统,支持短链接生产、查询及302转向,并自带点击量统计、独立IP数统计、访问日志查询
license: MulanPSL-2.0
formats:
- deb
- rpm
replacements:
linux: Linux
amd64: x86_64
signs:
- artifacts: checksum
signature: "${artifact}_sig"
cmd: gpg
output: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/h4cd/ohurlshortener.git
[email protected]:h4cd/ohurlshortener.git
h4cd
ohurlshortener
ohUrlShortener
main

搜索帮助