From d70c4230b3dab1d34bc0affa385e119dbe1e7e99 Mon Sep 17 00:00:00 2001 From: Matteo Baiguini SBT Date: Sun, 26 Jan 2020 01:47:07 +0100 Subject: [PATCH] Added release mechanisms to readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 9201608..09fff86 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,29 @@ konf --- +## Release mechanisms + +### Options + +goreleaser +- https://github.com/bygui86/go-releaser +- https://goreleaser.com/quick-start/ +- https://goreleaser.com/templates/ + +GitHub Actions +- https://help.github.com/en/articles/about-github-actions +- https://help.github.com/en/articles/configuring-a-workflow +- https://help.github.com/en/articles/workflow-syntax-for-github-actions +- https://github.com/actions/setup-go + +GitHub Package Registry +- https://github.com/features/packages + +PackagePublishing +- https://github.com/golang/go/wiki/PackagePublishing + +--- + ## Links ### Golang