add changie (#3423)

This commit is contained in:
Ronnie 2021-01-03 23:45:44 -08:00 committed by GitHub
parent 05df86bff7
commit fabe9f0615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1926,6 +1926,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [blank](https://github.com/Henry-Sarabia/blank) - Verify or remove blanks and whitespace from strings.
* [bleep](https://github.com/sinhashubham95/bleep) - Perform any number of actions on any set of OS signals in Go.
* [boilr](https://github.com/tmrts/boilr) - Blazingly fast CLI tool for creating projects from boilerplate templates.
* [changie](https://github.com/miniscruff/changie) - Automated changelog tool for preparing releases with lots of customization options.
* [chyle](https://github.com/antham/chyle) - Changelog generator using a git repository with multiple configuration possibilities.
* [circuit](https://github.com/cep21/circuit) - An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.
* [circuitbreaker](https://github.com/rubyist/circuitbreaker) - Circuit Breakers in Go.