limit build parallelism

This commit is contained in:
Michael Eischer 2025-05-15 20:51:10 +02:00
parent df5330773f
commit 72a7319fae

View file

@ -34,7 +34,7 @@
use another config file):
goreleaser \
release \
release --parallelism 4 \
--release-notes <(calens --template changelog/CHANGELOG-GitHub.tmpl --version "${VERSION}")
7. Set a new version in `main.go` and commit the result: