aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.hxx
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 /bdep/release.hxx
parent884b16c882863f1eb5144a4bf7d1739bdf99a271 (diff)
Implement bdep-release that manages project's version during release
Diffstat (limited to 'bdep/release.hxx')
-rw-r--r--bdep/release.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/release.hxx b/bdep/release.hxx
new file mode 100644
index 0000000..305f8c2
--- /dev/null
+++ b/bdep/release.hxx
@@ -0,0 +1,19 @@
+// file : bdep/release.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_RELEASE_HXX
+#define BDEP_RELEASE_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/release-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_release (const cmd_release_options&, cli::scanner& args);
+}
+
+#endif // BDEP_RELEASE_HXX