diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-20 16:56:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-20 16:56:28 +0200 |
commit | f07e14f7cc43baf76fd6916a85be5bf2b42c531a (patch) | |
tree | 725e31d32216b41469461a6c72bdaf573af25772 /git/modules | |
parent | 35219dcea1530755fc37713a70d49322ec169f48 (diff) |
Updates for 0.12.0 releasev0.12.0
Diffstat (limited to 'git/modules')
-rw-r--r-- | git/modules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/git/modules b/git/modules index d138b98..d1821ff 100644 --- a/git/modules +++ b/git/modules @@ -11,7 +11,8 @@ bdep \ brep \ libbbot \ bbot \ -libstd-modules" +libstd-modules \ +libbuild2-hello" # During release it is useful to exclude some of these so can do mass # commits (like version updates). @@ -26,7 +27,8 @@ modules="$modules openssl-agent" modules="$modules etc" modules="$modules private" -# We don't tag git/, and etc/, private/, build2-toolchain/ are tagged manually. +# We don't tag git/, libbuild2-hello. +# And etc/, private/, build2-toolchain/ are tagged manually. # tag_modules=" \ libbutl \ @@ -60,6 +62,7 @@ brep \ libbbot \ bbot \ libstd-modules \ +libbuild2-hello \ buildos \ msvc-linux \ openssl-agent" |