File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 36
36
proxy : true
37
37
38
38
archives :
39
- - name_template : " {{.Binary}}_{{.Os}}_{{.Arch}}"
39
+ - name_template : ' {{.Binary}}_{{.Os}}_{{.Arch}}'
40
40
files :
41
41
- README.md
42
42
- LICENSE
@@ -49,10 +49,10 @@ release:
49
49
draft : true
50
50
51
51
snapshot :
52
- version_template : " {{.Version}}"
52
+ version_template : ' {{.Version}}'
53
53
54
54
checksum :
55
- name_template : " task_checksums.txt"
55
+ name_template : ' task_checksums.txt'
56
56
57
57
nfpms :
58
58
- vendor : Task
66
66
formats :
67
67
- deb
68
68
- rpm
69
- file_name_template : " {{.ProjectName}}_{{.Os}}_{{.Arch}}"
69
+ file_name_template : ' {{.ProjectName}}_{{.Os}}_{{.Arch}}'
70
70
contents :
71
71
- src : completion/bash/task.bash
72
72
dst : /etc/bash_completion.d/task
84
84
repository :
85
85
owner : go-task
86
86
name : homebrew-tap
87
- test :
88
- system "#{bin}/task", "--help"
87
+ test : system "#{bin}/task", "--help"
89
88
install : |-
90
89
bin.install "task"
91
90
bash_completion.install "completion/bash/task.bash" => "task"
@@ -108,7 +107,7 @@ winget:
108
107
commit_author :
109
108
name : task-bot
110
109
111
- commit_msg_template : " chore: bump {{.PackageIdentifier}} to {{.Tag}}"
110
+ commit_msg_template : ' chore: release {{.PackageIdentifier}} {{.Tag}}'
112
111
release_notes_url : https://github.com/go-task/task/releases/tag/{{.Tag}}
113
112
tags :
114
113
- build
@@ -122,13 +121,15 @@ winget:
122
121
- task-runner
123
122
- taskfile
124
123
- tool
125
- skip_upload : true
126
124
repository :
127
- owner : microsoft
125
+ owner : go-task
128
126
name : winget-pkgs
127
+ branch : ' chore/task-{{.Version}}'
129
128
pull_request :
130
129
enabled : true
130
+ draft : false
131
+ check_boxes : true
131
132
base :
132
- owner : go-task
133
+ owner : microsoft
133
134
name : winget-pkgs
134
- branch : " bump-task-to-{{.Tag}} "
135
+ branch : master
You can’t perform that action at this time.
0 commit comments