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 2f74bf6 commit 0773071Copy full SHA for 0773071
.bumpversion.cfg
@@ -11,6 +11,6 @@ tag = True
11
12
[bumpversion:file:src/main/java/io/lumigo/core/configuration/Configuration.java]
13
14
-[bumpversion:file:layer/generate.sh]
+[bumpversion:file:scripts/prepare_layer_files.sh]
15
16
[bumpversion:file:src/main/resources/lumigo-version.txt]
scripts/bd_to_prod.sh
@@ -53,7 +53,7 @@ commit_version="$(git describe --abbrev=0 --tags)"
53
--runtimes "java11 java17 java21"
54
55
cd ../larn && npm i -g
56
-larn -r java11 -n layers/LAYERS.md --filter lumigo-java-tracer -p ~/java-tracer
+larn -r java11 -n layers/LAYERS --filter lumigo-java-tracer -p ~/java-tracer
57
cd ../java-tracer
58
59
git add layers/LAYERS.md
0 commit comments