Add badge

This commit is contained in:
Stephan Schnabel 2021-12-29 11:39:29 +01:00
parent 370e6e84a6
commit 4f7077f6b7
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Snapshot name: Build
"on": "on":
workflow_dispatch: {} workflow_dispatch: {}

View file

@ -1,5 +1,7 @@
# Micronaut Logging support # Micronaut Logging support
[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.micronaut/micronaut-logging.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [![Lint](https://github.com/kokuwaio/micronaut-logging/actions/workflows/lint.yaml/badge.svg)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/lint.yaml) [![Snapshot](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml/badge.svg)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
## Features ## Features
* [set log level based on MDC values](docs/features/logback_mdc_level.md) * [set log level based on MDC values](docs/features/logback_mdc_level.md)
@ -19,3 +21,4 @@
* configure mdc on refresh event * configure mdc on refresh event
* read **serviceName** and **serviceVersion** from yaml * read **serviceName** and **serviceVersion** from yaml
* support auto select appender with custom `logback.xml` * support auto select appender with custom `logback.xml`
* add maven site with jacoco / dependency updates for snapshot build

View file

@ -19,5 +19,5 @@ mvn versions:update-parent versions:update-properties
Run: Run:
```sh ```sh
mvn release:prepare release:perform release:clean -B -DreleaseProfiles=oss-release mvn release:prepare release:perform release:clean -B
``` ```