From 37d8b170764748211664a4c31796aebe2d8e59cf Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Thu, 8 Apr 2021 22:29:53 +0000 Subject: [PATCH] docs: add semantic-release badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7432a0..afc3277 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # py-eagle-mqtt + Python3 based Docker for Eagle to MQTT reader I have only ported this into a dockerfile, as well as made some changes to code for security or other purposes. All Original code is credit to [Ted Drain - TD22057](https://github.com/TD22057/T-Home). +This project utilizes the following tools: + +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) + + ## UPDATES: 2020-04-06: Moved Updates to a CHANGELOG.md file to clean this up.