An open API service indexing awesome lists of open source software.

https://github.com/maxmind/mm-network-analyzer

A program to aid in diagnosing networking issues
https://github.com/maxmind/mm-network-analyzer

Last synced: about 1 year ago
JSON representation

A program to aid in diagnosing networking issues

Awesome Lists containing this project

README

          

# Releasing

* Install `goreleaser`. Refer to its docs.
* Set a `GITHUB_TOKEN` environment variable. Refer to `goreleaser` docs for
information.
* Update `CHANGELOG.md`.
* Mention recent changes.
* Set a version if there is not one.
* Set a release date.
* Commit `CHANGELOG.md`.
* Tag the release: `git tag -a v1.2.3 -m 'Tag v1.2.3'`.
* Push the tag: `git push origin v1.2.3`.
* Run `goreleaser`.