-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathchangelog.yml
2675 lines (2634 loc) · 73.1 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- semver: 1.20.2
date: 2023-03-07T13:11:25-05:00
packager: goreleaser
changes:
- commit: 048a33d1c18644ba37767d9cb4c06fc047280036
note: |-
Merge pull request #34 from maraino/go-1.20.2
Upgrade Go to 1.20.2 and goreleaser to 1.16.0
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #34 from maraino/go-1.20.2'
body: Upgrade Go to 1.20.2 and goreleaser to 1.16.0
footer: []
major: false
minor: false
patch: false
- commit: cdcbef3fe7750e6d7411a768a7d25b093a46b5ec
note: Upgrade Go to 1.20.2 and goreleaser to 1.16.0
author:
name: Mariano Cano
email: [email protected]
committer:
name: Mariano Cano
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Upgrade Go to 1.20.2 and goreleaser to 1.16.0
body: ""
footer: []
major: false
minor: false
patch: false
- commit: dfb50bca917d62460448cab0bf03625623f535cf
note: |-
Merge pull request #32 from dbussink/go-1-20-1
Update to latest Go 1.20.1
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #32 from dbussink/go-1-20-1'
body: Update to latest Go 1.20.1
footer: []
major: false
minor: false
patch: false
- commit: 442dfb26d016fbcd6afa1c57a2969acb01939aac
note: Update to latest Go 1.20.1
author:
name: Dirkjan Bussink
email: [email protected]
committer:
name: Dirkjan Bussink
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Update to latest Go 1.20.1
body: ""
footer: []
major: false
minor: false
patch: false
- semver: 1.20.0
date: 2023-02-15T10:41:53-05:00
packager: goreleaser
changes:
- commit: 570a48ba9280fd703d147d67b571b4731d65fdff
note: 'fix: add dash to image tags'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: fix
scope: ""
description: add dash to image tags
body: ""
footer: []
major: false
minor: false
patch: true
- commit: a9a8ffb525f7dc756224dcd83cecceebe7b5ad8d
note: 'docs(readme): list s390x arch as supported'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: docs
scope: readme
description: list s390x arch as supported
body: ""
footer: []
major: false
minor: false
patch: true
- commit: 662e3b898ce7ced408ba11b706adb25d205498a5
note: 'fix: missing TAG_VERSION'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: fix
scope: ""
description: missing TAG_VERSION
body: ""
footer: []
major: false
minor: false
patch: true
- commit: 45adc846328f94b76feadc827361538af577a81f
note: 'fix: update toolchains version and osxcross path'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: fix
scope: ""
description: update toolchains version and osxcross path
body: ""
footer: []
major: false
minor: false
patch: true
- commit: f2ef3863f16612ddb60391b79effb16f4ca76aea
note: 'feat: bump goreleaser v1.15.2'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: bump goreleaser v1.15.2
body: ""
footer: []
major: false
minor: true
patch: false
- commit: 1cddb257232815a82c1198e40bf4fffd4a4e52a8
note: 'fix: remove ghcr.io prefix from toolchains var'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: fix
scope: ""
description: remove ghcr.io prefix from toolchains var
body: ""
footer: []
major: false
minor: false
patch: true
- commit: eb0d176699fd77cf79663834c746dad9ba3b9327
note: 'feat: add pull-toolchain target'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: add pull-toolchain target
body: ""
footer: []
major: false
minor: true
patch: false
- commit: ca047b8db4c586eac00161f1b3e94352d7baceb8
note: 'feat: go1.20'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: go1.20
body: ""
footer: []
major: false
minor: true
patch: false
- commit: f12e6938e532c0250a7396cccca31f01e1101375
note: 'doc: format tables. fix anchor for supported toolchains'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: doc
scope: ""
description: format tables. fix anchor for supported toolchains
body: ""
footer: []
major: false
minor: false
patch: false
- commit: b5307a7bb20eb08ac1a42e0cc5f75a5b3e849137
note: 'doc: update PATH to llvm-mingw'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: doc
scope: ""
description: update PATH to llvm-mingw
body: ""
footer: []
major: false
minor: false
patch: false
- semver: 1.19.5
date: 2023-02-07T07:06:49-05:00
packager: goreleaser
changes:
- commit: 903176d911a16582282727f10b358c2f18b795d5
note: 'feat: split toolchains into separate repo'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: split toolchains into separate repo
body: ""
footer: []
major: false
minor: true
patch: false
- commit: 75448e274aa2aa088fb3ba69dad13de1e773cda7
note: |-
Merge pull request #21 from maraino/go-1.19.5
Update Go to 1.19.5
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #21 from maraino/go-1.19.5'
body: Update Go to 1.19.5
footer: []
major: false
minor: false
patch: false
- commit: 17337697fe127abbd60e2aa611a79211c3d79010
note: |-
Update Go to 1.19.5
This commit updates Go to version 1.19.5
author:
name: Mariano Cano
email: [email protected]
committer:
name: Mariano Cano
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Update Go to 1.19.5
body: This commit updates Go to version 1.19.5
footer: []
major: false
minor: false
patch: false
- commit: 0907e3e8efad8dc9bac8ae379feade21149b20d1
note: 'refactor: dispatch input'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: refactor
scope: ""
description: dispatch input
body: ""
footer: []
major: false
minor: false
patch: true
- semver: 1.19.4
date: 2023-01-08T19:13:19Z
packager: goreleaser
changes:
- commit: 1639c52366900337c6d5bdae6a47d551c3e9798a
note: 'feat: bump goreleaser to v1.14.1'
author:
name: github-actions
email: [email protected]
committer:
name: github-actions
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: bump goreleaser to v1.14.1
body: ""
footer: []
major: false
minor: true
patch: false
- commit: 686944cda31152bb6af1e148e81939d83bebc839
note: 'feat: bump goreleaser to v1.14.0'
author:
name: github-actions
email: [email protected]
committer:
name: github-actions
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: bump goreleaser to v1.14.0
body: ""
footer: []
major: false
minor: true
patch: false
- commit: eed370721b7d0d25aba52df815eabdba5c2d2096
note: 'feat: bump goreleaser on dispatch event from goreleaser repo'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: bump goreleaser on dispatch event from goreleaser repo
body: ""
footer: []
major: false
minor: true
patch: false
- commit: e572b55ed67ef9160b8fd9f37923365fdfa6e542
note: 'feat: upgrade to goreleaser 1.14.1 (#19)'
author:
name: Ori Rawlings
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: upgrade to goreleaser 1.14.1 (#19)
body: ""
footer: []
major: false
minor: true
patch: false
- commit: 6b44d06c575eededff14386e5d440d5bed0cfb40
note: |-
Merge pull request #18 from dbussink/go-1-19-4
Update to Go 1.19.4 and latest goreleaser
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #18 from dbussink/go-1-19-4'
body: Update to Go 1.19.4 and latest goreleaser
footer: []
major: false
minor: false
patch: false
- commit: 6df4a9941a3a05e94f1b5f629d49c865d7843130
note: |-
Update to Go 1.19.4 and latest goreleaser
Updates Go to 1.19.4 and goreleaser to 1.13.1
author:
name: Dirkjan Bussink
email: [email protected]
committer:
name: Dirkjan Bussink
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Update to Go 1.19.4 and latest goreleaser
body: Updates Go to 1.19.4 and goreleaser to 1.13.1
footer: []
major: false
minor: false
patch: false
- commit: 98bccd6c16c8ad9d898a0f53a44bb1a80bb5f81f
note: |-
Merge pull request #17 from HenryNguyen5/chore/update_documentation
Make CC and CXX vars host architecture independent
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #17 from HenryNguyen5/chore/update_documentation'
body: Make CC and CXX vars host architecture independent
footer: []
major: false
minor: false
patch: false
- commit: e213109b679008c39644bf7928af48687840bec9
note: Revert credits change
author:
name: HenryNguyen5
email: [email protected]
committer:
name: HenryNguyen5
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Revert credits change
body: ""
footer: []
major: false
minor: false
patch: false
- commit: cb688adfb7967f18bf9cb6776eab6bedca12b922
note: Grammar and spacing fixes
author:
name: HenryNguyen5
email: [email protected]
committer:
name: HenryNguyen5
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Grammar and spacing fixes
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 9f2bf1e4e996c232c69fb1610e7737337b627477
note: Make formatting consistent
author:
name: HenryNguyen5
email: [email protected]
committer:
name: HenryNguyen5
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Make formatting consistent
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 351cce2552aaf599f6c0f92c114d9e781362e2db
note: Make CC/CXX references host platform independent
author:
name: HenryNguyen5
email: [email protected]
committer:
name: HenryNguyen5
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Make CC/CXX references host platform independent
body: ""
footer: []
major: false
minor: false
patch: false
- commit: c7a1806b4b51bd86c2ae4b55285e9a301ecc5a93
note: |-
Merge pull request #16 from goreleaser/issue-15
feat(arch): add s390x support
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: |-
Merge pull request #16 from goreleaser/issue-15
feat
scope: arch
description: add s390x support
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 23f430cacce9ae9528541e88e092ec95a4924edf
note: |-
feat(arch): add s390x support
refs #15
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: arch
description: add s390x support
body: ""
footer:
- 'refs #15'
major: false
minor: true
patch: false
- commit: 829a271d3d0ff5f0f36f3552b4f6a4af3062374f
note: |-
ci(release): dry-run release on push to master
sign images
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: ci
scope: release
description: dry-run release on push to master
body: sign images
footer: []
major: false
minor: false
patch: false
- semver: 1.19.3
date: 2022-11-01T22:05:33-04:00
packager: goreleaser
changes:
- commit: e138e371e4b8359e746cbc173406d3e0780f5df3
note: |-
Merge pull request #13 from maraino/go-1.19.3
Upgrade versions of go, goreleaser, and cosign
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #13 from maraino/go-1.19.3'
body: Upgrade versions of go, goreleaser, and cosign
footer: []
major: false
minor: false
patch: false
- commit: 16d92168e657a2500e0b17a27c75a72cb3205664
note: |-
Upgrade versions of go, goreleaser, and cosign
It upgrades Go to 1.19.3, goreleaser to 1.12.3, and cosign to 1.13.1.
The cosign verify-blob command requires the environment variable
COSIGN_EXPERIMENTAL=1 to be able to verify using a certificate.
author:
name: Mariano Cano
email: [email protected]
committer:
name: Mariano Cano
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Upgrade versions of go, goreleaser, and cosign
body: |-
It upgrades Go to 1.19.3, goreleaser to 1.12.3, and cosign to 1.13.1.
The cosign verify-blob command requires the environment variable
COSIGN_EXPERIMENTAL=1 to be able to verify using a certificate.
footer: []
major: false
minor: false
patch: false
- commit: 6ee68a94f140791df2bfea54f91a1529a0d106d9
note: 'docs(readme): update docker login steps'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: docs
scope: readme
description: update docker login steps
body: ""
footer: []
major: false
minor: false
patch: true
- semver: 1.19.2
date: 2022-10-09T18:19:18-05:00
packager: goreleaser
changes:
- commit: 20788da41efdac413fb92ea8f345284ff955dd1c
note: |-
Merge pull request #11 from maraino/patch-1
Upgrade to Go 1.19.2
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #11 from maraino/patch-1'
body: Upgrade to Go 1.19.2
footer: []
major: false
minor: false
patch: false
- commit: 6137f267f01c7238423b8465bdf34bff472e5dce
note: Upgrade goreleaser verstion to 1.11.5
author:
name: Mariano Cano
email: [email protected]
committer:
name: Mariano Cano
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Upgrade goreleaser verstion to 1.11.5
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 8c65ec7653196e3f7e5190e918e6abc527e3917f
note: Upgrade to Go 1.19.2
author:
name: Mariano Cano
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Upgrade to Go 1.19.2
body: ""
footer: []
major: false
minor: false
patch: false
- semver: 1.19.1
date: 2022-10-06T10:46:04-05:00
packager: goreleaser
changes:
- commit: b5b9b7cccea89d31d07ebe4113b4991536c229ed
note: |-
feat: parse docker creds from json config
install jq
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: parse docker creds from json config
body: install jq
footer: []
major: false
minor: true
patch: false
- commit: 9378ed88243678094f83931b8856346eb45a6da0
note: 'fix(goreleaser): bump to v1.11.4'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: fix
scope: goreleaser
description: bump to v1.11.4
body: ""
footer: []
major: false
minor: false
patch: true
- commit: 426c25a9bb55b9452b7ceacefd17d623b76c3f61
note: |-
Merge pull request #10 from gsoltis/symlink_mingw
Fix llvm-mingw for amd64
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #10 from gsoltis/symlink_mingw'
body: Fix llvm-mingw for amd64
footer: []
major: false
minor: false
patch: false
- commit: 44367a990d16a45c7041e1fc3be3cc66d4eab28f
note: Remove base manifest from manifest-create target
author:
name: Greg Soltis
email: [email protected]
committer:
name: Greg Soltis
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Remove base manifest from manifest-create target
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 002b60b654777280c9ff982dd2fdaef7d97ea1dc
note: Download correct mingw based on architecture, symlink so path is identical
author:
name: Greg Soltis
email: [email protected]
committer:
name: Greg Soltis
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Download correct mingw based on architecture, symlink so path is identical
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 6a6639d6e80b4b0f2d351a47ae1cb590132d94e0
note: |-
Merge pull request #9 from gsoltis/add_win_arm64
Add llvm-based mingw-w64 that supports aarch64
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: 'Merge pull request #9 from gsoltis/add_win_arm64'
body: Add llvm-based mingw-w64 that supports aarch64
footer: []
major: false
minor: false
patch: false
- commit: e286ce0ee023a65f7e0edc835ddd10e68cf3208f
note: Always include llvm-based mingw-w64
author:
name: Greg Soltis
email: [email protected]
committer:
name: Greg Soltis
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Always include llvm-based mingw-w64
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 0589d5a523468c55ef990510326d30394fd8eba5
note: Add -base suffix to relevant targets in Makefile
author:
name: Greg Soltis
email: [email protected]
committer:
name: Greg Soltis
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Add -base suffix to relevant targets in Makefile
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 6489c368a84bc1c4ecb30e782a33ef8838842989
note: Add llvm-based mingw-w64 that supports aarch64
author:
name: Greg Soltis
email: [email protected]
committer:
name: Greg Soltis
email: [email protected]
conventional_commit:
category: chore
scope: ""
description: Add llvm-based mingw-w64 that supports aarch64
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 9658f4bd4d71c12cd460d7bd5920d811f000c7aa
note: |-
feat: go1.19.1
bump goreleaser v1.11.2
bump cosign 1.11.1
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: go1.19.1
body: |-
bump goreleaser v1.11.2
bump cosign 1.11.1
footer: []
major: false
minor: true
patch: false
- semver: 1.19.0
date: 2022-08-08T20:22:04-04:00
packager: goreleaser
changes:
- commit: a59bcb22f1680b42f618b4d39d78b8a86dba77f7
note: 'ci: bump actions versions'
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: ci
scope: ""
description: bump actions versions
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 199d12a7a1e1d0c83d712ee141c8d1b0ae590c85
note: |-
feat: go 1.19
bump goreleaser to v1.10.3
author:
name: Artur Troian
email: [email protected]
committer:
name: Artur Troian
email: [email protected]
conventional_commit:
category: feat
scope: ""
description: go 1.19
body: bump goreleaser to v1.10.3
footer: []
major: false
minor: true
patch: false
- commit: 16e987a9a8634d85d55bd2ba28d3abeaff93f9d1
note: |-
Merge pull request #6 from goreleaser/readme
docs(readme): mark windows as verified
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: |-
Merge pull request #6 from goreleaser/readme
docs
scope: readme
description: mark windows as verified
body: ""
footer: []
major: false
minor: false
patch: false
- commit: 7d6e92136f846a6c843eb8509041febea5532957
note: |-
docs(readme): mark windows as verified
ref #3
author:
name: Artur Troian
email: [email protected]
committer:
name: GitHub
email: [email protected]
conventional_commit:
category: docs
scope: readme
description: mark windows as verified
body: ""
footer:
- 'ref #3'
major: false
minor: false
patch: true
- semver: 1.18.3
date: 2022-06-10T13:01:03-04:00
packager: goreleaser
changes:
- commit: 5c457d16701fcc1b783c65b854ac5dfcb3a8b716
note: |-