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 3636 proxy : true
3737
3838archives :
39- - name_template : " {{.Binary}}_{{.Os}}_{{.Arch}}"
39+ - name_template : ' {{.Binary}}_{{.Os}}_{{.Arch}}'
4040 files :
4141 - README.md
4242 - LICENSE
@@ -49,10 +49,10 @@ release:
4949 draft : true
5050
5151snapshot :
52- version_template : " {{.Version}}"
52+ version_template : ' {{.Version}}'
5353
5454checksum :
55- name_template : " task_checksums.txt"
55+ name_template : ' task_checksums.txt'
5656
5757nfpms :
5858 - vendor : Task
6666 formats :
6767 - deb
6868 - rpm
69- file_name_template : " {{.ProjectName}}_{{.Os}}_{{.Arch}}"
69+ file_name_template : ' {{.ProjectName}}_{{.Os}}_{{.Arch}}'
7070 contents :
7171 - src : completion/bash/task.bash
7272 dst : /etc/bash_completion.d/task
8484 repository :
8585 owner : go-task
8686 name : homebrew-tap
87- test :
88- system "#{bin}/task", "--help"
87+ test : system "#{bin}/task", "--help"
8988 install : |-
9089 bin.install "task"
9190 bash_completion.install "completion/bash/task.bash" => "task"
@@ -108,7 +107,7 @@ winget:
108107 commit_author :
109108 name : task-bot
110109 email : 106601941+task-bot@users.noreply.github.com
111- commit_msg_template : " chore: bump {{.PackageIdentifier}} to {{.Tag}}"
110+ commit_msg_template : ' chore: release {{.PackageIdentifier}} {{.Tag}}'
112111 release_notes_url : https://github.com/go-task/task/releases/tag/{{.Tag}}
113112 tags :
114113 - build
@@ -122,13 +121,15 @@ winget:
122121 - task-runner
123122 - taskfile
124123 - tool
125- skip_upload : true
126124 repository :
127- owner : microsoft
125+ owner : go-task
128126 name : winget-pkgs
127+ branch : ' chore/task-{{.Version}}'
129128 pull_request :
130129 enabled : true
130+ draft : false
131+ check_boxes : true
131132 base :
132- owner : go-task
133+ owner : microsoft
133134 name : winget-pkgs
134- branch : " bump-task-to-{{.Tag}} "
135+ branch : master
You can’t perform that action at this time.
0 commit comments