Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
parttimenerd committed Jan 11, 2023
1 parent 8492d04 commit 83f633b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Loader for AsyncProfiler
========================

![Maven Central](https://img.shields.io/maven-central/v/me.bechberger/ap-loader) ![GitHub](https://img.shields.io/github/license/jvm-profiling-tools/ap-loader)

Packages [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) releases in a JAR
with an `AsyncProfilerLoader` (version 2+) that loads the suitable native library for the current platform.

Expand Down Expand Up @@ -281,9 +283,9 @@ Deploy the latest version via ` bin/releaser.py download build test deploy` as a
For a release use `bin/releaser.py download build test deploy_release`,
but before make sure to do the following for a new sub release:
- increment the `SUB_VERSION` variable in `bin/releaser.py`
- update the version number in the README
- update the changelog in the README and `bin/releaser.py`
- and increment the `SUB_VERSION` variable in `bin/releaser.py` afterwards
And the following for a new async-profiler release:
- update the version in the README
Expand Down

0 comments on commit 83f633b

Please sign in to comment.