Skip to content

Commit 076acea

Browse files
author
Lenny Goodell
authored
docs: Add main branch warning (#612)
Signed-off-by: Leonard Goodell <[email protected]>
1 parent 33b0dc6 commit 076acea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Device MQTT Go
22
[![Build Status](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/device-mqtt-go/job/main/badge/icon)](https://jenkins.edgexfoundry.org/view/EdgeX%20Foundry%20Project/job/edgexfoundry/job/device-mqtt-go/job/main/) [![Code Coverage](https://codecov.io/gh/edgexfoundry/device-mqtt-go/branch/main/graph/badge.svg?token=IUywg34zfH)](https://codecov.io/gh/edgexfoundry/device-mqtt-go) [![Go Report Card](https://goreportcard.com/badge/github.com/edgexfoundry/device-mqtt-go)](https://goreportcard.com/report/github.com/edgexfoundry/device-mqtt-go) [![GitHub Latest Dev Tag)](https://img.shields.io/github/v/tag/edgexfoundry/device-mqtt-go?include_prereleases&sort=semver&label=latest-dev)](https://github.com/edgexfoundry/device-mqtt-go/tags) ![GitHub Latest Stable Tag)](https://img.shields.io/github/v/tag/edgexfoundry/device-mqtt-go?sort=semver&label=latest-stable) [![GitHub License](https://img.shields.io/github/license/edgexfoundry/device-mqtt-go)](https://choosealicense.com/licenses/apache-2.0/) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/edgexfoundry/device-mqtt-go) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/edgexfoundry/device-mqtt-go)](https://github.com/edgexfoundry/device-mqtt-go/pulls) [![GitHub Contributors](https://img.shields.io/github/contributors/edgexfoundry/device-mqtt-go)](https://github.com/edgexfoundry/device-mqtt-go/contributors) [![GitHub Committers](https://img.shields.io/badge/team-committers-green)](https://github.com/orgs/edgexfoundry/teams/device-mqtt-go-committers/members) [![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/edgexfoundry/device-mqtt-go)](https://github.com/edgexfoundry/device-mqtt-go/commits)
33

4+
> **Warning**
5+
> The **main** branch of this repository contains work-in-progress development code for the upcoming release, and is **not guaranteed to be stable or working**.
6+
> It is only compatible with the [main branch of edgex-compose](https://github.com/edgexfoundry/edgex-compose) which uses the Docker images built from the **main** branch of this repo and other repos.
7+
>
8+
> **The source for the latest release can be found at [Releases](https://github.com/edgexfoundry/device-mqtt-go/releases).**
9+
410
## Overview
511
MQTT Micro Service - device service for connecting a MQTT topic to EdgeX acting like a device/sensor feed.
612

0 commit comments

Comments
 (0)