Skip to content

Commit 00899f9

Browse files
committed
relprep: Cutting the 1.0.0 release.
1 parent 07dc031 commit 00899f9

File tree

6 files changed

+384
-117
lines changed

6 files changed

+384
-117
lines changed

.gommit.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[config]
22
exclude-merge-commits = true
3-
check-summary-length = true
4-
summary-length = 80
3+
check-summary-length = true
4+
summary-length = 80
55

66
[matchers]
7-
all = "(?:build|ci|deps|docs|feat|fix|lint|perf|refactor|style|test)(?:\\([^\\)]*\\))?: (?:.+)"
7+
all = "(?:build|ci|deps|docs|feat|fix|lint|perf|refactor|relprep|style|test)(?:\\([^\\)]*\\))?: (?:.+)"
88

99
[examples]
1010
a_simple_commit = """
11-
[build|ci|deps|docs|feat|fix|lint|perf|refactor|style|test](module): A commit message
11+
[build|ci|deps|docs|feat|fix|lint|perf|refactor|relprep|style|test](module): A commit message
1212
"""
1313
an_extended_commit = """
14-
[build|ci|deps|docs|feat|fix|lint|perf|refactor|style|test](module): A commit message
14+
[build|ci|deps|docs|feat|fix|lint|perf|refactor|relprep|style|test](module): A commit message
1515
1616
* first line
1717
* second line

.goreleaser.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -82,37 +82,4 @@ release:
8282

8383
# https://goreleaser.com/customization/changelog/
8484
changelog:
85-
skip: false
86-
use: git
87-
sort: asc
88-
abbrev: 0
89-
groups:
90-
- title: Features
91-
regexp: ^.*?feat(\([[:word:]]+\))??!?:.+$
92-
order: 0
93-
- title: Bug fixes
94-
regexp: ^.*?fix(\([[:word:]]+\))??!?:.+$
95-
order: 1
96-
- title: Refactoring
97-
regexp: ^.*?refactor(\([[:word:]]+\))??!?:.+$
98-
order: 2
99-
- title: Documentation
100-
regexp: ^.*?docs(\([[:word:]]+\))??!?:.+$
101-
order: 3
102-
- title: Chores
103-
regexp: ^.*?chore(\([[:word:]]+\))??!?:.+$
104-
order: 4
105-
- title: Continuous integration
106-
regexp: ^.*?ci(\([[:word:]]+\))??!?:.+$
107-
order: 5
108-
- title: Project building
109-
regexp: ^.*?build(\([[:word:]]+\))??!?:.+$
110-
order: 6
111-
- title: Linting and static analysis
112-
regexp: ^.*?build(\([[:word:]]+\))??!?:.+$
113-
order: 7
114-
- title: Release preparation
115-
regexp: ^.*?relprep(\([[:word:]]+\))??!?:.+$
116-
order: 8
117-
- title: Other
118-
order: 999
85+
skip: true

.licenses.cache.json

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
],
4747
"Indirect": true,
4848
"DependsOn": [
49-
"github.com/Masterminds/[email protected]",
50-
"github.com/huandu/[email protected]",
51-
"github.com/mitchellh/[email protected]",
49+
"golang.org/x/[email protected]",
50+
"github.com/spf13/[email protected]",
5251
"github.com/Masterminds/semver/[email protected]",
5352
"github.com/google/[email protected]",
53+
"github.com/huandu/[email protected]",
5454
"github.com/imdario/[email protected]",
55+
"github.com/mitchellh/[email protected]",
5556
"github.com/shopspring/[email protected]",
56-
"github.com/spf13/[email protected]",
57-
"golang.org/x/[email protected]"
57+
"github.com/Masterminds/[email protected]"
5858
],
5959
"Layer": {}
6060
},
@@ -158,8 +158,8 @@
158158
],
159159
"Indirect": true,
160160
"DependsOn": [
161-
"github.com/inconshreveable/mousetrap@v1.1.0",
162-
"github.com/spf13/pflag@v1.0.5"
161+
"github.com/spf13/pflag@v1.0.5",
162+
"github.com/inconshreveable/mousetrap@v1.1.0"
163163
],
164164
"Layer": {}
165165
},
@@ -216,16 +216,16 @@
216216
],
217217
"Indirect": true,
218218
"DependsOn": [
219-
"github.com/shopspring/[email protected]",
220-
"github.com/stretchr/[email protected]",
221-
"github.com/Masterminds/semver/[email protected]",
222219
"github.com/google/[email protected]",
223220
"github.com/huandu/[email protected]",
224221
"github.com/imdario/[email protected]",
225-
"github.com/Masterminds/[email protected]",
226222
"github.com/mitchellh/[email protected]",
223+
"github.com/shopspring/[email protected]",
224+
"github.com/stretchr/[email protected]",
225+
"golang.org/x/[email protected]",
226+
"github.com/Masterminds/semver/[email protected]",
227227
"github.com/spf13/[email protected]",
228-
"golang.org/x/[email protected]"
228+
"github.com/Masterminds/[email protected]"
229229
],
230230
"Layer": {}
231231
},
@@ -341,8 +341,8 @@
341341
],
342342
"Indirect": true,
343343
"DependsOn": [
344-
"google.golang.org/[email protected].0",
345-
"github.com/google/[email protected].0"
344+
"github.com/google/[email protected].0",
345+
"google.golang.org/[email protected].0"
346346
],
347347
"Layer": {}
348348
},
@@ -480,12 +480,12 @@
480480
],
481481
"Indirect": true,
482482
"DependsOn": [
483-
"github.com/hashicorp/[email protected]",
483+
"github.com/mitchellh/[email protected]",
484484
"github.com/oklog/[email protected]",
485485
"google.golang.org/[email protected]",
486-
"github.com/golang/[email protected]",
487486
"github.com/hashicorp/[email protected]",
488-
"github.com/mitchellh/[email protected]"
487+
"github.com/hashicorp/[email protected]",
488+
"github.com/golang/[email protected]"
489489
],
490490
"Layer": {}
491491
},
@@ -518,15 +518,15 @@
518518
],
519519
"Indirect": true,
520520
"DependsOn": [
521+
"github.com/hashicorp/[email protected]",
522+
"github.com/hashicorp/[email protected]",
521523
"github.com/hashicorp/[email protected]",
522524
"github.com/mitchellh/[email protected]",
523-
"github.com/hashicorp/[email protected]",
524-
"github.com/hashicorp/[email protected]",
525-
"github.com/hashicorp/[email protected]",
526-
"github.com/hashicorp/[email protected]",
527525
"golang.org/x/[email protected]",
526+
"github.com/ProtonMail/[email protected]",
527+
"github.com/hashicorp/[email protected]",
528528
"github.com/google/[email protected]",
529-
"github.com/ProtonMail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371"
529+
"github.com/hashicorp/logutils@v1.0.0"
530530
],
531531
"Layer": {}
532532
},
@@ -539,14 +539,14 @@
539539
],
540540
"Indirect": true,
541541
"DependsOn": [
542-
"github.com/agext/[email protected]",
543-
"github.com/google/[email protected]",
544-
"github.com/spf13/[email protected]",
545-
"golang.org/x/[email protected]",
546-
"github.com/apparentlymart/go-textseg/[email protected]",
547542
"github.com/mitchellh/[email protected]",
543+
"github.com/apparentlymart/go-textseg/[email protected]",
544+
"github.com/zclconf/[email protected]",
545+
"golang.org/x/[email protected]",
546+
"github.com/agext/[email protected]",
548547
"github.com/davecgh/[email protected]",
549-
"github.com/zclconf/[email protected]"
548+
"github.com/google/[email protected]",
549+
"github.com/spf13/[email protected]"
550550
],
551551
"Layer": {}
552552
},
@@ -586,11 +586,11 @@
586586
],
587587
"Indirect": true,
588588
"DependsOn": [
589+
"github.com/google/[email protected]",
589590
"github.com/hashicorp/[email protected]",
590-
"github.com/mitchellh/copystructure@v1.2.0",
591+
"github.com/zclconf/go-cty@v1.14.1",
591592
"github.com/davecgh/[email protected]",
592-
"github.com/google/[email protected]",
593-
"github.com/zclconf/[email protected]"
593+
"github.com/mitchellh/[email protected]"
594594
],
595595
"Layer": {}
596596
},
@@ -604,15 +604,15 @@
604604
"DependsOn": [
605605
"github.com/hashicorp/[email protected]",
606606
"github.com/mattn/[email protected]",
607-
"github.com/google/[email protected]",
608-
"github.com/russross/[email protected]",
609-
"github.com/hashicorp/[email protected]",
610-
"github.com/hashicorp/[email protected]",
611-
"golang.org/x/[email protected]",
612-
"github.com/mitchellh/[email protected]",
613607
"github.com/zclconf/[email protected]",
614608
"golang.org/x/[email protected]",
615-
"github.com/hashicorp/[email protected]"
609+
"golang.org/x/[email protected]",
610+
"github.com/hashicorp/[email protected]",
611+
"github.com/mitchellh/[email protected]",
612+
"github.com/hashicorp/[email protected]",
613+
"github.com/hashicorp/[email protected]",
614+
"github.com/russross/[email protected]",
615+
"github.com/google/[email protected]"
616616
],
617617
"Layer": {}
618618
},
@@ -639,8 +639,8 @@
639639
],
640640
"DependsOn": [
641641
"github.com/google/[email protected]",
642-
"github.com/hashicorp/terraform-plugin-[email protected]",
643-
"github.com/hashicorp/terraform-plugin-[email protected]"
642+
"github.com/hashicorp/terraform-plugin-[email protected]",
643+
"github.com/hashicorp/terraform-plugin-[email protected]"
644644
],
645645
"Layer": {}
646646
},
@@ -652,16 +652,16 @@
652652
"MPL-2.0"
653653
],
654654
"DependsOn": [
655-
"github.com/hashicorp/[email protected]",
656-
"github.com/hashicorp/[email protected]",
657-
"github.com/mitchellh/[email protected]",
658-
"google.golang.org/[email protected]",
659-
"google.golang.org/[email protected]",
660655
"github.com/hashicorp/[email protected]",
656+
"github.com/mitchellh/[email protected]",
661657
"github.com/vmihailenco/msgpack/[email protected]",
658+
"google.golang.org/[email protected]",
662659
"github.com/hashicorp/[email protected]",
660+
"github.com/hashicorp/[email protected]",
661+
"google.golang.org/[email protected]",
663662
"github.com/hashicorp/[email protected]",
664-
"github.com/google/[email protected]"
663+
"github.com/google/[email protected]",
664+
"github.com/hashicorp/[email protected]"
665665
],
666666
"Layer": {}
667667
},
@@ -687,25 +687,25 @@
687687
"MPL-2.0"
688688
],
689689
"DependsOn": [
690+
"github.com/mitchellh/[email protected]",
691+
"github.com/mitchellh/[email protected]",
690692
"github.com/hashicorp/[email protected]",
691693
"github.com/hashicorp/[email protected]",
694+
"github.com/mitchellh/[email protected]",
695+
"github.com/hashicorp/[email protected]",
692696
"github.com/google/[email protected]",
693-
"github.com/hashicorp/hcl/[email protected]",
697+
"github.com/hashicorp/[email protected]",
698+
"github.com/hashicorp/[email protected]",
694699
"github.com/hashicorp/[email protected]",
695-
"github.com/mitchellh/[email protected]",
696700
"github.com/hashicorp/[email protected]",
697-
"github.com/hashicorp/[email protected]",
698-
"github.com/hashicorp/[email protected]",
699-
"github.com/hashicorp/[email protected]",
700-
"github.com/mitchellh/[email protected]",
701701
"github.com/zclconf/[email protected]",
702-
"golang.org/x/[email protected]",
703-
"github.com/hashicorp/[email protected]",
704-
"github.com/hashicorp/[email protected]",
705-
"github.com/hashicorp/[email protected]",
706-
"github.com/mitchellh/[email protected]",
707702
"github.com/hashicorp/[email protected]",
708-
"github.com/mitchellh/[email protected]"
703+
"github.com/hashicorp/hcl/[email protected]",
704+
"github.com/hashicorp/[email protected]",
705+
"github.com/hashicorp/[email protected]",
706+
"github.com/mitchellh/[email protected]",
707+
"github.com/hashicorp/[email protected]",
708+
"golang.org/x/[email protected]"
709709
],
710710
"Layer": {}
711711
},
@@ -733,11 +733,11 @@
733733
],
734734
"Indirect": true,
735735
"DependsOn": [
736-
"github.com/google/[email protected]",
737736
"github.com/hashicorp/[email protected]",
738737
"github.com/zclconf/[email protected]",
739-
"github.com/hashicorp/[email protected]",
740-
"golang.org/x/[email protected]"
738+
"github.com/google/[email protected]",
739+
"golang.org/x/[email protected]",
740+
"github.com/hashicorp/[email protected]"
741741
],
742742
"Layer": {}
743743
},
@@ -838,12 +838,12 @@
838838
],
839839
"Indirect": true,
840840
"DependsOn": [
841+
"github.com/posener/[email protected]",
841842
"github.com/Masterminds/sprig/[email protected]",
842843
"github.com/armon/[email protected]",
843844
"github.com/bgentry/[email protected]",
844845
"github.com/fatih/[email protected]",
845-
"github.com/mattn/[email protected]",
846-
"github.com/posener/[email protected]"
846+
"github.com/mattn/[email protected]"
847847
],
848848
"Layer": {}
849849
},
@@ -1000,9 +1000,9 @@
10001000
"Apache-2.0"
10011001
],
10021002
"DependsOn": [
1003+
"github.com/inconshreveable/[email protected]",
10031004
"github.com/spf13/[email protected]",
1004-
"gopkg.in/[email protected]",
1005-
"github.com/inconshreveable/[email protected]"
1005+
"gopkg.in/[email protected]"
10061006
],
10071007
"Layer": {}
10081008
},
@@ -1024,9 +1024,9 @@
10241024
"MIT"
10251025
],
10261026
"DependsOn": [
1027+
"gopkg.in/[email protected]",
10271028
"github.com/davecgh/[email protected]",
1028-
"github.com/pmezard/[email protected]",
1029-
"gopkg.in/[email protected]"
1029+
"github.com/pmezard/[email protected]"
10301030
],
10311031
"Layer": {}
10321032
},
@@ -1083,10 +1083,10 @@
10831083
],
10841084
"Indirect": true,
10851085
"DependsOn": [
1086-
"github.com/apparentlymart/go-textseg/[email protected]",
1087-
"github.com/google/[email protected]",
10881086
"github.com/vmihailenco/msgpack/[email protected]",
1089-
"golang.org/x/[email protected]"
1087+
"golang.org/x/[email protected]",
1088+
"github.com/apparentlymart/go-textseg/[email protected]",
1089+
"github.com/google/[email protected]"
10901090
],
10911091
"Layer": {}
10921092
},
@@ -1172,9 +1172,9 @@
11721172
],
11731173
"Indirect": true,
11741174
"DependsOn": [
1175-
"github.com/golang/[email protected]",
11761175
"golang.org/x/[email protected]",
1177-
"golang.org/x/[email protected]"
1176+
"golang.org/x/[email protected]",
1177+
"github.com/golang/[email protected]"
11781178
],
11791179
"Layer": {}
11801180
},
@@ -1200,13 +1200,13 @@
12001200
],
12011201
"Indirect": true,
12021202
"DependsOn": [
1203+
"google.golang.org/genproto/googleapis/[email protected]",
1204+
"google.golang.org/[email protected]",
12031205
"github.com/golang/[email protected]",
12041206
"github.com/google/[email protected]",
1205-
"golang.org/x/[email protected]",
1206-
"google.golang.org/genproto/googleapis/[email protected]",
12071207
"github.com/google/[email protected]",
12081208
"golang.org/x/[email protected]",
1209-
"google.golang.org/[email protected].0"
1209+
"golang.org/x/[email protected].0"
12101210
],
12111211
"Layer": {}
12121212
},

0 commit comments

Comments
 (0)