We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e586ad + d2fb7a9 commit 44657a3Copy full SHA for 44657a3
docs/configuration/dry_run.rst
@@ -10,7 +10,7 @@ Dry run
10
In dry-run mode, no changes are made to repository. ``axion-release`` still interacts with repository to read things,
11
but all write operations are mocked and printed out to indicated what *would* happen. To use dry run mode::
12
13
- #./gradlew release -Prelease.druRun
+ #./gradlew release -Prelease.dryRun
14
:verifyRelease
15
DRY-RUN: uncommitted changes: true
16
Looking for uncommitted changes.. FAILED
@@ -36,4 +36,4 @@ or by altering configuration::
36
localOnly = true
37
}
38
39
-Flag has precedence over configuration. Local only mode is evaluated lazily, so it can be changed during build.
+Flag has precedence over configuration. Local only mode is evaluated lazily, so it can be changed during build.
0 commit comments