We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015c922 commit 62cb4d8Copy full SHA for 62cb4d8
README.md
@@ -25,6 +25,17 @@ Built with Java 17 and Gradle 8.10.2.
25
26
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
27
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
39
Development Environment Setup
40
------------
41
0 commit comments