Skip to content

Commit 62cb4d8

Browse files
committed
Update readme
1 parent 015c922 commit 62cb4d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ Built with Java 17 and Gradle 8.10.2.
2525

2626
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
2727

28+
29+
Upgrade the plugin
30+
------------
31+
32+
In order to upgrade the plugin, one can simply run for example `./prepare-version.sh 7.17.28`. It will:
33+
- fetch dependencies versions form Elasticsearch internals
34+
- upgrade the right configuration files
35+
- build the .jar package inside /build/distributions/ using gradle
36+
37+
38+
2839
Development Environment Setup
2940
------------
3041

0 commit comments

Comments
 (0)