Add --exclude-unchanged cargo-release flag, from my own feature branch

This commit is contained in:
Tony Garnock-Jones 2021-08-12 17:43:34 -04:00
parent 23329cd8f3
commit 1b466aade7
1 changed files with 4 additions and 1 deletions

View File

@ -23,4 +23,7 @@ test-all:
RELEASE_DRY_RUN=--dry-run
release-%:
PUBLISH_GRACE_SLEEP=15 cargo release $(RELEASE_DRY_RUN) -vv --no-dev-version $*
PUBLISH_GRACE_SLEEP=15 cargo release \
$(RELEASE_DRY_RUN) \
-vv --no-dev-version --exclude-unchanged \
$*