From 376c2d70147eb5fbfba8b0631256688b61553a64 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Wed, 18 Jun 2014 09:50:38 -0500 Subject: [PATCH 1/2] add info about signed releases and add @cquinn as a contributor --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4ff34ba..b16c5ff 100644 --- a/README.md +++ b/README.md @@ -96,12 +96,22 @@ your issue or post repro steps to the issues on this repository. The tests require that you have a eureka install and are designed to run against the included [vagrant](http://vagrantup.com) specs. +## Verifying Releases + +We're on semver and tag releases accordingly. The releases are signed and can +be verified with `git tag --verify vA.B.C`. + ## Using Vagrant The Vagrantfile in this repo will set up a two-server eureka cluster using the OpsCode bento boxes. By default, the VMs are named node1.localdomain and node2.localdomain. They'll be provisioned and eureka will start automatically. +# Contributors + +* Ryan S. Brown (ryansb) +* Carl Quinn (cquinn) + # MIT License ``` From 8d017282bddb06126ac168cf00f24ae5395e7b60 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Wed, 18 Jun 2014 09:52:37 -0500 Subject: [PATCH 2/2] add todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b16c5ff..9f82e47 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ for { * Allow service url distribution via DNS * Currently the load balancing is random, and does not give preference to servers within a zone. +* Make releases available on [gopkg.in](http://gopkg.in) # Hacking