File tree 3 files changed +24
-6
lines changed
3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Checkout Repository
11
11
uses : actions/checkout@v2
12
+ with :
13
+ fetch-depth : 0
12
14
- name : Fetch All Tags
13
15
run : git fetch --tags --force --prune
14
16
- name : Setup Go
Original file line number Diff line number Diff line change 1
1
version : 2
2
-
3
2
builds :
4
3
- dir : src/apps/chifra
5
4
env :
@@ -11,13 +10,29 @@ builds:
11
10
goarch :
12
11
- amd64
13
12
- arm64
14
-
15
13
archives :
16
- - format : tar.gz
14
+ - formats : [" tar.gz"]
17
15
name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
18
-
19
16
checksum :
20
- name_template : " checksums.txt"
21
-
17
+ name_template : checksums.txt
22
18
release :
23
19
prerelease : " false"
20
+ draft : false
21
+ github :
22
+ owner : trueblocks
23
+ name : trueblocks-core
24
+ name_template : " {{ .Tag }} - {{ .Env.RELEASE_NAME }}"
25
+ changelog :
26
+ use : github
27
+ sort : asc
28
+ filters :
29
+ exclude :
30
+ - " ^Merge"
31
+ - " ^merge"
32
+ - " ^docs:"
33
+ - " ^test:"
34
+ - " ^ci:"
35
+ - " ^chore:"
36
+ before :
37
+ hooks :
38
+ - sh -c "echo RELEASE_NAME=$(cat release-name.txt) >> $GITHUB_ENV"
Original file line number Diff line number Diff line change
1
+ v5.0.0 Follow On
You can’t perform that action at this time.
0 commit comments