Go implementation of pdsadmin cli

build: configure changelog

authored by quietengineer.fyi and committed by Tangled d7f1a7df 646df131

Changed files
+11 -1
.config
+11 -1
.config/goreleaser.yaml
··· 43 43 44 44 changelog: 45 45 sort: asc 46 + abbrev: -1 47 + groups: 48 + - title: Features 49 + regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$' 50 + order: 0 51 + - title: Bug Fixes 52 + regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$' 53 + order: 1 54 + - title: Others 55 + order: 999 56 + 46 57 filters: 47 58 exclude: 48 - - "^docs:" 49 59 - "^test:" 50 60 - "^chore:"