Skip to content

Commit 22b0f98

Browse files
committed
chore: Update hero image
1 parent 9bf418d commit 22b0f98

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
publish:
131131
name: Publish to Maven Central
132132
needs: test-and-coverage
133+
if: ${{ !startsWith(github.event.head_commit.message, 'chore:') }}
133134
runs-on: macos-latest
134135
environment: default
135136
steps:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
[![Build](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml/badge.svg)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Coverage](https://img.shields.io/badge/coverage-0%25-red)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Maven Central](https://img.shields.io/badge/maven--central-1.0.0--RC2-blue)](https://central.sonatype.com/artifact/dev.skymansandy/json-cmp)
88

9+
<p align="center">
10+
<img src="docs/hero.png" alt="JsonCMP — JSON Viewer/Editor for Compose Multiplatform"/>
11+
</p>
12+
913
Kotlin Multiplatform Compose JSON viewer and editor component for Android, iOS, and JVM Desktop.
1014

1115
> **⚠️ Experimental:** This library is in an experimental state. APIs may change without notice between releases. Use in production at your own discretion.

docs/hero.png

6.95 MB
Loading

0 commit comments

Comments
 (0)