diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 15:37:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 15:37:05 +0300 |
commit | 174937f22872390192eff0f5e45a3e91e1d91166 (patch) | |
tree | 518c0f246a1141fc01b4cbfeedfbd6ff14208d58 | |
parent | 69b27586061a37c8b33aa657750c4581809f5347 (diff) |
Release version 1.0.0+7v1.0.0+7
Disable success build emails
-rw-r--r-- | libformat/manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libformat/manifest b/libformat/manifest index fea1c52..9663780 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,6 +1,6 @@ : 1 name: libformat -version: 1.0.0+6 +version: 1.0.0+7 project: hello summary: The "Hello World" example formatter library license: MIT ; MIT License. @@ -11,7 +11,7 @@ A simple library that implements the "Hello World" formatting in C++. url: https://git.build2.org/cgit/hello/libformat src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat email: users@build2.org -build-email: builds@build2.org +build-warning-email: builds@build2.org builds: all depends: * build2 >= 0.11.0 depends: * bpkg >= 0.11.0 |