From 0b59ad28276056d2a82f3039d5ee790d30ace38f Mon Sep 17 00:00:00 2001 From: Tamino Dauth Date: Tue, 4 Dec 2018 16:38:35 +0100 Subject: [PATCH] More information #8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10a4fa7..ec8ce15 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Basically, it does only provide only the two calls `getState` and `executeAction * `sbt scalastyle` to make a check with ScalaStyle. * `sbt doc` to generate the scaladoc API documentation. * `sbt scalafmt` to format the Scala source files with scalafmt. -* `sbt release with-defaults` to create a release with a new version number which is added as tag. -* `sbt publish` publishes the artifact in ReTest's Nexus. Requires a `$HOME/.sbt/.credentials` file. +* `sbt release with-defaults` to create a release with a new version number which is added as tag. This command does also publish the artifacts. +* `sbt publish` publishes the artifacts in ReTest's Nexus. Requires a `$HOME/.sbt/.credentials` file with the correct credentials. ## NFA for the Representation of Tests A nondeterministic finite automaton represents the states of the GUI during the test.