From 913faeb9ac84d66f5ce46af9905dc508556136a5 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 29 Jul 2019 12:48:19 -0700 Subject: [PATCH] Documentation: add integrations file --- Documentation/integrations.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/integrations.md diff --git a/Documentation/integrations.md b/Documentation/integrations.md new file mode 100644 index 0000000..6f41661 --- /dev/null +++ b/Documentation/integrations.md @@ -0,0 +1,7 @@ +# rget Integrations + +This is a list of tools and services that integrate or build upon rget. + +## Release Automation + +- [GoReleaser] is a release automation tool for Go projects. It can also build SHA256SUMS files out of the box. [See example for rget](https://github.com/merklecounty/rget/blob/6c02b9803154ca8d11a68f42afc9894f7e975f4d/.goreleaser.yml#L30)