From afe9cf931a7cbf972c445189073a9da1ad6130e6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 6 May 2019 22:59:51 +0300 Subject: Allow stubs in bdep-release tag mode --- bdep/release.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep') diff --git a/bdep/release.cxx b/bdep/release.cxx index 71c6372..00c8dca 100644 --- a/bdep/release.cxx +++ b/bdep/release.cxx @@ -680,11 +680,11 @@ namespace bdep standard_version v; try { - // Allow stubs only in the --revision mode. + // Allow stubs only in the --revision and --tag modes. // standard_version::flags f (standard_version::none); - if (o.revision ()) + if (o.revision () || o.tag ()) f |= standard_version::allow_stub; v = standard_version (vv.value, f); -- cgit v1.1