diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index e10a080..4d9931a 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -1,4 +1,4 @@ -name: Snapshot +name: Build "on": workflow_dispatch: {} diff --git a/README.md b/README.md index 11f4f85..c31b7ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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 * [set log level based on MDC values](docs/features/logback_mdc_level.md) @@ -19,3 +21,4 @@ * configure mdc on refresh event * read **serviceName** and **serviceVersion** from yaml * support auto select appender with custom `logback.xml` +* add maven site with jacoco / dependency updates for snapshot build diff --git a/docs/build.md b/docs/build.md index 4d5c72e..0d2c727 100644 --- a/docs/build.md +++ b/docs/build.md @@ -19,5 +19,5 @@ mvn versions:update-parent versions:update-properties Run: ```sh -mvn release:prepare release:perform release:clean -B -DreleaseProfiles=oss-release +mvn release:prepare release:perform release:clean -B ```