mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-10 14:16:58 +08:00
feat: add openim server
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
58de80e237
commit
4783021c15
@ -240,13 +240,46 @@ archives:
|
|||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||||
# use zip for windows archives
|
# use zip for windows archives
|
||||||
|
files:
|
||||||
|
- LICENSE.txt
|
||||||
|
- README.md
|
||||||
|
- CHANGELOG/*
|
||||||
|
- docs/*
|
||||||
|
- src: "*.md"
|
||||||
|
dst: docs
|
||||||
|
|
||||||
|
# Strip parent folders when adding files to the archive.
|
||||||
|
strip_parent: true
|
||||||
|
|
||||||
|
# File info.
|
||||||
|
# Not all fields are supported by all formats available formats.
|
||||||
|
#
|
||||||
|
# Default: copied from the source file
|
||||||
|
info:
|
||||||
|
# Templates: allowed (since v1.14)
|
||||||
|
owner: root
|
||||||
|
|
||||||
|
# Templates: allowed (since v1.14)
|
||||||
|
group: root
|
||||||
|
|
||||||
|
# Must be in time.RFC3339Nano format.
|
||||||
|
#
|
||||||
|
# Templates: allowed (since v1.14)
|
||||||
|
mtime: "{{ .CommitDate }}"
|
||||||
|
|
||||||
|
# File mode.
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ incpatch .Version }}-next"
|
name_template: "{{ incpatch .Version }}-next"
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
@ -260,4 +293,4 @@ changelog:
|
|||||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||||
|
|
||||||
# Default: './dist'
|
# Default: './dist'
|
||||||
dist: _output/dist
|
dist: ./_output/dist
|
||||||
Loading…
x
Reference in New Issue
Block a user