aboutsummaryrefslogtreecommitdiff
path: root/tests/common.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-12-15 14:45:24 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-10 19:43:09 +0300
commitbf3d969ef2dbc615bd528f559920bcf532dda910 (patch)
tree8f965c8a2d883f48fd643bc4cdb3f891ef182b99 /tests/common.testscript
parent884b16c882863f1eb5144a4bf7d1739bdf99a271 (diff)
Implement bdep-release that manages project's version during release
Diffstat (limited to 'tests/common.testscript')
-rw-r--r--tests/common.testscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.testscript b/tests/common.testscript
index 400ae48..5397fe1 100644
--- a/tests/common.testscript
+++ b/tests/common.testscript
@@ -53,6 +53,7 @@ sync = $* sync
update = $* update
config = $* config
publish = $* publish
+release = $* release
# All testscripts are named after bdep commands, for example sync.testscript.
# So the testscript scope id is a name of the command being tested.