From d0b00966980b016cec863d95234dc5622eedd63e Mon Sep 17 00:00:00 2001 From: BRIAN GLEESON Date: Thu, 5 Mar 2026 15:21:50 +0000 Subject: [PATCH] chore: update readme badges Signed-off-by: BRIAN GLEESON --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76eefa0..138d9b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # IBM Cloud Continuous Delivery Python SDK -[![Build Status](https://app.travis-ci.com/IBM/continuous-delivery-python-sdk.svg?branch=main)](https://app.travis-ci.com/github/IBM/continuous-delivery-python-sdk) +[![publish](https://github.com/IBM/continuous-delivery-python-sdk/actions/workflows/publish.yml/badge.svg)](https://github.com/IBM/continuous-delivery-python-sdk/actions/workflows/publish.yml) +[![release](https://github.com/IBM/continuous-delivery-python-sdk/actions/workflows/release.yml/badge.svg)](https://github.com/IBM/continuous-delivery-python-sdk/actions/workflows/release.yml) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ibm-continuous-delivery)](https://pypi.org/project/ibm-continuous-delivery/) [![Latest Stable Version](https://img.shields.io/pypi/v/ibm-continuous-delivery.svg)](https://pypi.python.org/pypi/ibm-continuous-delivery) [![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)