mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
limit build parallelism
This commit is contained in:
parent
df5330773f
commit
72a7319fae
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
use another config file):
|
use another config file):
|
||||||
|
|
||||||
goreleaser \
|
goreleaser \
|
||||||
release \
|
release --parallelism 4 \
|
||||||
--release-notes <(calens --template changelog/CHANGELOG-GitHub.tmpl --version "${VERSION}")
|
--release-notes <(calens --template changelog/CHANGELOG-GitHub.tmpl --version "${VERSION}")
|
||||||
|
|
||||||
7. Set a new version in `main.go` and commit the result:
|
7. Set a new version in `main.go` and commit the result:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue