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
- Host: GitHub
- URL: https://github.com/maxmind/mm-network-analyzer
- Owner: maxmind
- License: apache-2.0
- Created: 2018-08-17T22:54:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T20:31:40.000Z (about 1 year ago)
- Last Synced: 2025-03-21T12:11:54.350Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 14
- Watchers: 15
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.dev.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
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`.