Skip to content

Commit 83f633b

Browse files
committed
Add badges to README
1 parent 8492d04 commit 83f633b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Loader for AsyncProfiler
22
========================
33

4+
![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)
5+
46
Packages [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) releases in a JAR
57
with an `AsyncProfilerLoader` (version 2+) that loads the suitable native library for the current platform.
68

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

0 commit comments

Comments
 (0)