diff --git a/README.md b/README.md index c298aa3..f74fae1 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ data streams (from shell commands, etc)) * Console output should be very close to the terminal output * Shell command is the main script * Tasks relations can be set easily (runAfter, runBefore, prevents, prevented) -it also can be attached to the specific status or branch (auto deploy could a -separate task in this case) +it also can be attached to the specific branch or commit (e.g. release commits +can trigger auto deploy tasks) +* Ability to build every or specified commits (even if they pushed in a bunch) * Simple API for triggering build on scm hook * Build can be continued from the current failed step * Failing of build step can be prevented if special condition for the build step