diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-28 21:45:15 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-08-29 10:46:30 +0000 |
commit | 2d527052e8d5247245a4c1ac142e297c4ea5a6f3 (patch) | |
tree | e018926df737a2ff4682745ba4c1228a08194bfa /README.rst | |
parent | 63c6ee724a13af2b2de0b1c7766d8477efef1759 (diff) | |
download | buildstream-2d527052e8d5247245a4c1ac142e297c4ea5a6f3.tar.gz |
README.rst: Adding the release and snapshot badges to the readme
This is a part of #528
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst index f9a750052..f60ad8b1c 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,12 @@ About ----- + +.. image:: https://buildstream.gitlab.io/buildstream/_static/release.svg + :target: https://gitlab.com/BuildStream/buildstream/commits/bst-1.2 + +.. image:: https://buildstream.gitlab.io/buildstream/_static/snapshot.svg + :target: https://gitlab.com/BuildStream/buildstream/commits/master + .. image:: https://gitlab.com/BuildStream/buildstream/badges/master/pipeline.svg :target: https://gitlab.com/BuildStream/buildstream/commits/master |