Skip to content

Releases: leodido/maintainers-generator

v0.0.5

17 Nov 14:57
Compare
Choose a tag to compare

Changelog

46a87ea new: add support for non-master branches
c4ec5b2 fix: minor typos
7f2086e docs: todos

v0.0.4

18 Dec 18:13
74de55f
Compare
Choose a tag to compare

Changelog

74de55f fix: persons-db flag recognizes json extension correctly now

v0.0.3

17 Dec 10:27
7957a80
Compare
Choose a tag to compare

Changelog

0aa570e new: output to file or to stdout
e4935d1 new: output file flag
f2ca6b2 new: option to prepend banner on top of the output
7957a80 docs: update README

v0.0.2

16 Dec 18:21
02fe07c
Compare
Choose a tag to compare

Changelog

02fe07c fix: correctly create URL for sub-project maintainers

v0.0.1

15 Dec 18:59
9074c4b
Compare
Choose a tag to compare

Changelog

3a08e55 update: sort projects of approvers
3518ea8 update: org and repo options
8c037ed update: function to merge approvers
151b387 new: person struct
6031168 new: parse/process approvers
4413fc0 new: mantainers encode
2bc3b3e new: makefile
59acf13 new: maintainers list (eventually reading from persons db file)
0cdd159 new: initial options/flags
5c91f55 new: gitignores
8500357 new: fetch all repositories for an org
771a954 new: entrypoint
ad8db4b new: dedup, sort, person-db options
11edd38 new: create maintainers structure
a2308be new: LICENSE
899b2fe new(pkg): version
44426cb new(data): example/default persons db JSON file
3d2e68e fix(pkg/version): remove newline from version
5884f19 docs: update README with example output
4a9f30c docs: README
6d548fd ci: refinements to release process
000b9ed ci: goreleaser setup
3018822 ci: gh actions setup
9b13942 chore: utility functions
9074c4b build: make verbosity
11efcc7 Initial commit