This tool set allows release of elasticsearch plugins.
Copy dev-tools/release.py script to your dev-tools/ dir and launch it using:
python3 dev-tools/release.pyor run in your root repository:
wget https://raw.githubusercontent.com/elasticsearch/elasticsearch-plugins-script/master/dev-tools/release.py -x -nH --cut-dirs=3
python3 dev-tools/release.pyIt will download all needed scripts and files in a plugin_tools directory and will launch
the release process.
Note:
- We only download a new version if no one is available or if you did not launch the release process for a long time
- If you need to force an update, you just have to remove
plugin_toolsdir - You should add
plugin_toolsto your.gitignorefile - The
release.pyauto updates if needed. It means you will have to commit it to your repo.