From 013e5b8c6b38841e2eaa673ab33470abff680bea Mon Sep 17 00:00:00 2001 From: Thaler Benedek Date: Thu, 15 Apr 2021 09:05:31 +0200 Subject: [PATCH] Add "Releases" section to the readme Fixes #118 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c861bc2..f71148d 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,13 @@ with various recent versions of GCC, Clang and MSVC. [Documentation]: http://binlog.org/UserGuide.html [Google Benchmark]: https://github.com/google/benchmark + +## Releases + +Binlog is developed in a "[live at head][]" fashion. +Every commit that is merged into the `main` branch goes through the same pipeline +that builds and tests the whole library on every supported platform. +If it is in `main`, it is considered stable. Time to time, a GitHub release is created, +for the convenience of those who are uncomfortable with using (or unable to use) untagged commits. + +[live at head]: https://www.youtube.com/watch?v=tISy7EJQPzI