Skip to content

Commit

Permalink
add info about signed releases and add @cquinn as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb committed Jun 18, 2014
1 parent 97aaaf8 commit 376c2d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

1 comment on commit 376c2d7

@cquinn
Copy link
Contributor

@cquinn cquinn commented on 376c2d7 Jun 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.