grid-x / modbus

BSD 3-Clause "New" or "Revised" License
78 stars 26 forks source link

Add goreleaser for Modbus-CLI #74

Closed dammarco closed 1 year ago

dammarco commented 1 year ago

Adding goreleaser to generate a release for the Modbus CLI tool.

The configuration is done in the .goreleaser.yaml file. It builds the cmd/modbus-cli into different versions using different OSs and GOARCHs.

The generated files can then be added to the GitHub release later.

I also refactored the Readme file to follow the Markdown styling and added documentation for the Modbus-CLI tool.

CC: @frzifus

hnicolaysen commented 1 year ago

Great changes 🎉 I scent an upcoming release in the near future 😮 I don't know a lot about the .goreleaser.yaml so I leave the approval for someone else. But it makes sense for me 😊