diff --git a/dbms/src/Storages/System/StorageSystemContributors.generated.cpp b/dbms/src/Storages/System/StorageSystemContributors.generated.cpp index 135fb357ff5..fb4f9c4c1f4 100644 --- a/dbms/src/Storages/System/StorageSystemContributors.generated.cpp +++ b/dbms/src/Storages/System/StorageSystemContributors.generated.cpp @@ -1,4 +1,4 @@ -// autogenerated by ./StorageSystemContributors.sh +// autogenerated by dbms/src/Storages/System/StorageSystemContributors.sh const char * auto_contributors[] { "Alberto", "Aleksandra (Ася)", @@ -7,6 +7,7 @@ const char * auto_contributors[] { "Alex Zatelepin", "Alexander Avdonkin", "Alexander Krasheninnikov", + "Alexander Kuranoff", "Alexander Lukin", "Alexander Makarov", "Alexander Marshalov", @@ -64,6 +65,7 @@ const char * auto_contributors[] { "Dmitry Luhtionov", "Dmitry Moskowski", "Dmitry S..ky / skype: dvska-at-skype", + "Elghazal Ahmed", "Eugene Klimov", "Eugene Konkov", "Evgeniy Gatov", @@ -87,6 +89,7 @@ const char * auto_contributors[] { "Ivan Babrou", "Ivan Blinkov", "Ivan He", + "Ivan Lezhankin", "Ivan Zhukov", "Jason", "Jean Baptiste Favre", @@ -142,6 +145,7 @@ const char * auto_contributors[] { "Pavel Litvinenko", "Pavel Patrin", "Pavel Yakunin", + "Pavlo Bashynskiy", "Pawel Rog", "Ravengg", "Reto Kromer", @@ -149,6 +153,7 @@ const char * auto_contributors[] { "Roman Nozdrin", "Roman Peshkurov", "Roman Tsisyk", + "Sabyanin Maxim", "SaltTan", "Sergei Tsetlin (rekub)", "Sergey Elantsev", @@ -179,6 +184,7 @@ const char * auto_contributors[] { "Veniamin Gvozdikov", "Victor Tarnavsky", "Vitaliy Lyudvichenko", + "Vitaly Baranov", "Vitaly Samigullin", "Vlad Arkhipov", "Vladimir Chebotarev", @@ -223,6 +229,7 @@ const char * auto_contributors[] { "glockbender", "hotid", "igor", + "igor.lapko", "ivanzhukov", "javi", "javi santana", diff --git a/release_lib.sh b/release_lib.sh index 328b91b8f5b..448c84d03a2 100644 --- a/release_lib.sh +++ b/release_lib.sh @@ -96,7 +96,7 @@ function gen_revision_author { gen_changelog "$VERSION_STRING" "" "$AUTHOR" "" gen_dockerfiles "$VERSION_STRING" - . dbms/src/Storages/System/StorageSystemContributors.sh + . dbms/src/Storages/System/StorageSystemContributors.sh ||: git commit -m "$auto_message [$VERSION_STRING] [$VERSION_REVISION]" dbms/cmake/version.cmake debian/changelog docker/*/Dockerfile dbms/src/Storages/System/StorageSystemContributors.generated.cpp git push