dennis-tra / nebula

🌌 A network agnostic DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Apache License 2.0
294 stars 30 forks source link

Goreleaser #62

Closed dennis-tra closed 4 months ago

dennis-tra commented 4 months ago

fixes #60

goreleaser built the root directory which only contained the prefix generation code. GoReleaser should instead compile the main package in ./cmd/nebula. This PR fixes that. It also:

@cortze could you take over this branch? 1) fix anything you think is wrong by directly pushing on this branch 2) merge it 3) tag the commit and push that tag 4) verify that the workflow works

cortze commented 4 months ago

Surely!