tangled
alpha
login
or
join now
quietengineer.fyi
/
pdsadmin
0
fork
atom
Go implementation of pdsadmin cli
0
fork
atom
overview
issues
1
pulls
pipelines
build: configure changelog
quietengineer.fyi
6 months ago
9ff103fd
64e4f9ff
+11
-1
1 changed file
expand all
collapse all
unified
split
.config
goreleaser.yaml
+11
-1
.config/goreleaser.yaml
···
43
43
44
44
changelog:
45
45
sort: asc
46
46
+
abbrev: -1
47
47
+
groups:
48
48
+
- title: Features
49
49
+
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
50
50
+
order: 0
51
51
+
- title: Bug Fixes
52
52
+
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
53
53
+
order: 1
54
54
+
- title: Others
55
55
+
order: 999
56
56
+
46
57
filters:
47
58
exclude:
48
48
-
- "^docs:"
49
59
- "^test:"
50
60
- "^chore:"