Skip to content

Commit ad912cd

Browse files
authored
Improve upgrade instructions in README
1 parent dacba55 commit ad912cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ Upgrade the plugin
3131

3232
In order to upgrade the plugin, one can simply run for example `./prepare-version.sh 7.17.28`. It will:
3333
- fetch dependencies versions form Elasticsearch internals
34-
- upgrade the right configuration files
35-
- build the .zip module inside /build/distributions/ using gradle
34+
- upgrade the configuration files
35+
36+
You can then run `./build.sh` that will build the plugin in a docker container using gradle.
37+
If successful, the plugin will be available in `./build/distributions/` (under the name `pathhierarchy-aggregation-7.17.28.0.zip` in this example).
3638

3739

3840

0 commit comments

Comments
 (0)