From 456693eef1c3c2f97cf27d777e4e00464e01ff82 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 29 Jun 2026 15:17:47 -0400 Subject: Implement --force-repeatable option --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index caf46d0..510aafd 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ stasis mydelivery.ini | --overwrite | n/a | Overwrite an existing release | | --wheel-builder ARG | n/a | Wheel building backend (build, cibuildwheel, manylinux) | | --wheel-builder-manylinux-image ARG | n/a | Manylinux image name | +| --force-repeatable | n/a | Adapt package source(s) and settings to reduce changes | | --no-docker | n/a | Do not build docker images | | --no-artifactory | n/a | Do not upload artifacts to Artifactory | | --no-artifactory-build-info | n/a | Do not upload build info objects to Artifactory | -- cgit