From 3057b0ee65b4ab971bd25de5f87f23cc4be6c52f Mon Sep 17 00:00:00 2001 From: Julien Breux Date: Sun, 27 Aug 2017 16:04:04 +0200 Subject: [PATCH] Add README and LICENSE to release --- .goreleaser.yml | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 46b9491..4425492 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,3 +7,7 @@ builds: - linux goarch: - amd64 +archive: + files: + - LICENSE + - README.md diff --git a/README.md b/README.md index e1b5a92..bd8c67d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ [![CircleCI](https://circleci.com/gh/JulienBreux/pody.svg?style=svg&circle-token=0a3523b14c7004814d4b057db4efe6840dc58e3a)](https://circleci.com/gh/JulienBreux/pody) [![Github issues](https://img.shields.io/github/issues/JulienBreux/pody.svg)](https://github.com/JulienBreux/pody/issues) [![License](https://img.shields.io/github/license/JulienBreux/pody.svg)](https://github.com/JulienBreux/pody/blob/master/LICENSE) [![Twitter](https://img.shields.io/twitter/follow/JulienBreux.svg)](https://twitter.com/JulienBreux) CLI app to manage your Pods in your Kubernetes cluster. + +### License + +Licensed under the [MIT License](https://julienbreux.github.io/license/) by [Julien Breux](https://github.com/JulienBreux)