From 367c444f030459ebe34292b590be871b5efebbf3 Mon Sep 17 00:00:00 2001 From: Tim Yates Date: Thu, 19 Oct 2023 12:35:16 +0100 Subject: [PATCH] Fix develocity badge (#469) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23e32fbb..f91daf8a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.flyway/micronaut-flyway.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.flyway%22%20AND%20a:%22micronaut-flyway%22) [![Build Status](https://github.com/micronaut-projects/micronaut-flyway/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-flyway/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=micronaut-projects_micronaut-template&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=micronaut-projects_micronaut-template) -[![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans) +[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans) This project includes integration between [Micronaut](http://micronaut.io) and [Flyway](https://flywaydb.org/). @@ -28,4 +28,4 @@ Releases are completely automated. To perform a release use the following steps: * [Publish the draft release](https://github.com/micronaut-projects/micronaut-flyway/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`. * [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-flyway/actions?query=workflow%3ARelease) to check it passed successfully. * If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-flyway/actions?query=workflow%3A"Maven+Central+Sync"). -* Celebrate! +* Celebrate! \ No newline at end of file