File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
Loader for AsyncProfiler
2
2
========================
3
3
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
+
4
6
Packages [ async-profiler] ( https://github.com/jvm-profiling-tools/async-profiler ) releases in a JAR
5
7
with an ` AsyncProfilerLoader ` (version 2+) that loads the suitable native library for the current platform.
6
8
@@ -281,9 +283,9 @@ Deploy the latest version via ` bin/releaser.py download build test deploy` as a
281
283
For a release use `bin/releaser.py download build test deploy_release`,
282
284
but before make sure to do the following for a new sub release:
283
285
284
- - increment the `SUB_VERSION` variable in `bin/releaser.py`
285
286
- update the version number in the README
286
287
- update the changelog in the README and `bin/releaser.py`
288
+ - and increment the `SUB_VERSION` variable in `bin/releaser.py` afterwards
287
289
288
290
And the following for a new async-profiler release:
289
291
- update the version in the README
You can’t perform that action at this time.
0 commit comments