commit 16e1275715d74376eda9feedf52c691ba83def61
parent d53ec6d1d8769a8365db8c96374f76e3db309ff4
Author: Stefan Koch <programming@stefan-koch.name>
Date: Tue, 17 Sep 2019 21:53:30 +0200
add a notice that syntax will change
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -74,4 +74,5 @@ when = "branch == \"master\""
The condition will be executed with the Rust library
[evalexpr](https://docs.rs/evalexpr/5.0.5/evalexpr/index.html). Unlike in
the commands, variables in the `when` conditions are used without
-braces.
+braces. Be aware that this syntax will change in the future and the syntax
+for variables in commands and conditions will be the same.