1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update contributing

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-04-01 15:42:00 -03:00
parent 92cb40373b
commit 2c892be4f8
No known key found for this signature in database

View File

@ -40,6 +40,16 @@ A good way of making sure everything is all right is running the test suite:
task test
```
### A note about Docker multi-arch builds
If you want to properly run the Docker tests, or run `goreleaser release
--snapshot` locally, you might need to setup Docker for it.
You can do so by running:
```sh
task docker:setup
```
## Test your change
You can create a branch for your changes and try to build from the source as you go: