File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
1
2
project_name : ets
2
3
before :
3
4
hooks :
@@ -22,29 +23,30 @@ builds:
22
23
- goos : darwin
23
24
goarch : 386
24
25
archives :
25
- - replacements :
26
- 386 : i386
26
+ - files :
27
+ - COPYING
28
+ - ets.1
29
+ - README.md
27
30
nfpms :
28
31
- formats :
29
32
- deb
30
33
- rpm
31
- replacements :
32
- 386 : i386
33
34
homepage : https://github.com/zmwangx/ets/
34
35
maintainer :
Zhiming Wang <[email protected] >
35
36
description : >
36
37
command output timestamper
37
38
38
39
ets prefixes each line of a command's output with a timestamp.
39
40
license : MIT
40
- files :
41
- " ets.1 " : " /usr/share/man/man1/ets.1"
41
+ contents :
42
+ - src : ./ets.1
43
+ dst : /usr/share/man/man1/ets.1
42
44
release :
43
45
draft : true
44
46
prerelease : auto
45
47
changelog :
46
48
sort : asc
47
49
filters :
48
50
exclude :
49
- - " ^docs:"
50
- - " ^test:"
51
+ - ' ^docs:'
52
+ - ' ^test:'
You can’t perform that action at this time.
0 commit comments