Skip to content

Commit

Permalink
Fix develocity badge (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates authored Oct 19, 2023
1 parent cbebd86 commit 3e5d0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.objectstorage/micronaut-object-storage-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.objectstorage%22%20AND%20a:%22micronaut-object-storage-core%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-object-storage/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-object-storage/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=micronaut-projects_micronaut-object-storage&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=micronaut-projects_micronaut-object-storage)
[![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)

Micronaut Object Storage provides a uniform API to create, read and delete objects in the major cloud providers.

Expand All @@ -32,4 +32,4 @@ Releases are completely automated. To perform a release use the following steps:
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-object-storage/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-object-storage/actions?query=workflow%3ARelease) to check it passed successfully.
* If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-object-storage/actions?query=workflow%3A"Maven+Central+Sync").
* Celebrate!
* Celebrate!

0 comments on commit 3e5d0e2

Please sign in to comment.