Skip to content

Commit 105e571

Browse files
committed
Drop automation for version-bumping
Not needed if we're not aligning versions with the Elastic stack for serverless. See elastic/devtools-team#618
1 parent 55e4190 commit 105e571

File tree

3 files changed

+1
-95
lines changed

3 files changed

+1
-95
lines changed

.ci/make.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,7 @@ if [[ "$CMD" == "assemble" ]]; then
152152
fi
153153

154154
if [[ "$CMD" == "bump" ]]; then
155-
docker run \
156-
--rm -v $repo:/code/elasticsearch-serverless-python \
157-
$product \
158-
/bin/bash -c "python /code/elasticsearch-serverless-python/utils/bump-version.py $VERSION"
159-
160-
exit 0
155+
echo "TODO"
161156
fi
162157

163158
if [[ "$CMD" == "codegen" ]]; then

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ Homepage = "https://github.com/elastic/elasticsearch-serverless-python"
5858
"Issue Tracker" = "https://github.com/elastic/elasticsearch-serverless-python/issues"
5959
"Source Code" = "https://github.com/elastic/elasticsearch-serverless-python"
6060

61-
[tool.hatch.version]
62-
path = "elasticsearch_serverless/_version.py"
63-
pattern = "__versionstr__ = \"(?P<version>[^\"]+)\""
64-
6561
[tool.hatch.build.targets.sdist]
6662
include = [
6763
"/elasticsearch_serverless",

utils/bump-version.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)